Re: [gdal-dev] Constructing GDAL_WMS XML files for TMS servers

2018-02-22 Thread Even Rouault
On jeudi 22 février 2018 12:17:39 CET Julierme Pinheiro wrote: > Hi all, > > I found this discussion related to my question: http://osgeo-org.1560.x6. > nabble.com/gdal-dev-Constructing-GDAL-WMS-XML-files-for-TMS-servers- > td5033787.html. > > I have several sar images in geoserver and I need to

[gdal-dev] Constructing GDAL_WMS XML files for TMS servers

2018-02-22 Thread Julierme Pinheiro
Hi all, I found this discussion related to my question: http://osgeo-org.1560.x6. nabble.com/gdal-dev-Constructing-GDAL-WMS-XML-files-for-TMS-servers- td5033787.html. I have several sar images in geoserver and I need to create a XML file for each TMS service in order to load them in Qgis. For the

Re: [gdal-dev] Constructing GDAL_WMS XML files for TMS servers

2013-02-14 Thread Carl Godkin
Hi, Thank you very much for the tips. carl On Thu, Feb 14, 2013 at 1:04 PM, Even Rouault wrote: > Le mercredi 13 février 2013 11:27:30, Jukka Rahkonen a écrit : > > Even Rouault mines-paris.org> writes: > > > No, TMS servers has not a GetCapabilities request that can be used to > > > > self-

Re: [gdal-dev] Constructing GDAL_WMS XML files for TMS servers

2013-02-14 Thread Even Rouault
Le mercredi 13 février 2013 11:27:30, Jukka Rahkonen a écrit : > Even Rouault mines-paris.org> writes: > > No, TMS servers has not a GetCapabilities request that can be used to > > self- > > > discover the properties of the layers. But typically there are just a > > variation of http://gdal.org/

Re: [gdal-dev] Constructing GDAL_WMS XML files for TMS servers

2013-02-13 Thread Jukka Rahkonen
Even Rouault mines-paris.org> writes: > > No, TMS servers has not a GetCapabilities request that can be used to self- > discover the properties of the layers. But typically there are just a > variation of http://gdal.org/frmt_wms_openstreetmap_tms.xml I do not agree. I can see something like

Re: [gdal-dev] Constructing GDAL_WMS XML files for TMS servers

2013-02-12 Thread Even Rouault
Le mardi 12 février 2013 20:23:02, Carl Godkin a écrit : > Hi again, > > A couple of weeks ago I learned how to use gdalinfo and gdal_translate to > make the XML service files used by the WMS drivers. > > For instance, > > gdalinfo "WMS:http://mesonet.agron.iastate.edu/cgi-bin/wms/nexrad/n0r.cg

[gdal-dev] Constructing GDAL_WMS XML files for TMS servers

2013-02-12 Thread Carl Godkin
Hi again, A couple of weeks ago I learned how to use gdalinfo and gdal_translate to make the XML service files used by the WMS drivers. For instance, gdalinfo "WMS:http://mesonet.agron.iastate.edu/cgi-bin/wms/nexrad/n0r.cgi"; produces a list of subdatasets and any of these can be turned into G