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
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