Hi, I'm trying to open datasets of WMS service with GDAL Java warp in an
Android app project with native support. Opening datasets always returns
null datasets. An example WMS is the following:

http://kaart.maakaart.ee/geoserver/wms

I use following statements:

name = "WMS:http://kaart.maakaart.ee/geoserver/wms";;
gdal.Open(name);

For my implementation I have adapted python sample code found here[2].

[1] http://svn.osgeo.org/gdal/trunk/autotest/gdrivers/wms.py

-- 
Fabio Rinnone
93015 Niscemi CL, Italia
Skype: fabiorinnone
Web: http://www.fabiorinnone.eu

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to