Il 28/03/2014 11:54, Even Rouault ha scritto:
> Does gdal.GetDriverByName("WMS") return a non null pointer ?
It returns an org.gdal.gdal.Driver object. I think this is correctly, right?
>> Il 27/03/2014 20:09, Etienne Tourigny ha scritto:
>>> Have you tried running in debug mode (CPL_DEBUG=ON)?
>
Does gdal.GetDriverByName("WMS") return a non null pointer ?
> Il 27/03/2014 20:09, Etienne Tourigny ha scritto:
> > Have you tried running in debug mode (CPL_DEBUG=ON)?
>
> Can I do this? I have added the following:
>
> gdal.SetConfigOption("CPL_DEBUG", "ON");
>
> before calling of gdal.AllRegist
Il 27/03/2014 20:09, Etienne Tourigny ha scritto:
> Have you tried running in debug mode (CPL_DEBUG=ON)?
Can I do this? I have added the following:
gdal.SetConfigOption("CPL_DEBUG", "ON");
before calling of gdal.AllRegister() but does not seem to appear new log
messages in standard error when I
Have you tried running in debug mode (CPL_DEBUG=ON)?
On Thu, Mar 27, 2014 at 3:37 PM, Fabio Rinnone wrote:
> Il 27/03/2014 18:27, Even Rouault ha scritto:
> > Selon Fabio Rinnone :
> >> Hi, I'm trying to open datasets of WMS service with GDAL Java warp in an
> >> Android app project with native
Il 27/03/2014 18:27, Even Rouault ha scritto:
> Selon Fabio Rinnone :
>> 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.maakaar
Selon Fabio Rinnone :
> 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:
>
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.e