Re: [gdal-dev] Trying to get a WMS image with GDAL

2013-10-30 Thread Adri CS
Hi, I tried just to register the driver but got some nasty compilation errors: #include "gdal.h" #include "gdal_priv.h" #include "cpl_conv.h" #include "wms/wmsdriver.h" #include "wms/wmsmetadataset.h" int main() { GDALRegister_WMS(); return 0; } The errors: *..\..\..\..\gdal-1.9.2\f

[gdal-dev] Trying to get a WMS image with GDAL

2013-10-29 Thread Adri CS
Hello everybody, I'm basically a noob with GDAL and I'm tasked to get a WMS using GDAL. The only experience I have with GDAL is opening a raster and getting the metainfo from it. I did it following the GDAL API Tutorial. Okay, for the WMS, I'm reading http://www.gdal.org/frmt_wms.html but I'm hav