<div dir="ltr">Have you tried running in debug mode (CPL_DEBUG=ON)?</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Mar 27, 2014 at 3:37 PM, Fabio Rinnone <span dir="ltr"><<a href="mailto:fabio.rinnone0@gmail.com" target="_blank">fabio.rinnone0@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Il 27/03/2014 18:27, Even Rouault ha scritto:<br>
<div class="">> Selon Fabio Rinnone <<a href="mailto:fabio.rinnone0@gmail.com">fabio.rinnone0@gmail.com</a>>:<br>
>> Hi, I'm trying to open datasets of WMS service with GDAL Java warp in an<br>
>> Android app project with native support. Opening datasets always returns<br>
>> null datasets. An example WMS is the following:<br>
>><br>
>> <a href="http://kaart.maakaart.ee/geoserver/wms" target="_blank">http://kaart.maakaart.ee/geoserver/wms</a><br>
>><br>
>> I use following statements:<br>
>><br>
>> name = "WMS:<a href="http://kaart.maakaart.ee/geoserver/wms" target="_blank">http://kaart.maakaart.ee/geoserver/wms</a>";<br>
>> gdal.Open(name);<br>
>><br>
>> For my implementation I have adapted python sample code found here[2].<br>
><br>
> I guess you lack a call to gdal.AllRegister(); that will register the WMS driver<br>
> (in Python the registration of drivers is automatically done)<br>
<br>
</div>I'm tried but I have no solved the issue.<br>
<br>
I thought the problem could be related to the inclusion of curl<br>
libraries (which are required to support WMS), but they are correctly<br>
included in Android.mk makefile.<br>
<br>
Do you have other suggestions?<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
Fabio Rinnone<br>
93015 Niscemi CL, Italia<br>
Skype: fabiorinnone<br>
Web: <a href="http://www.fabiorinnone.eu" target="_blank">http://www.fabiorinnone.eu</a><br>
<br>
</div></div><br>_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br></blockquote></div><br></div>