<div dir="ltr">Hi,<div><br></div><div>I have been looking at the GDAL TMS examples in [1] and it seems there are a few errors</div><div><br></div><div><div>[1] <a href="http://www.gdal.org/frmt_wms.html">http://www.gdal.org/frmt_wms.html</a><br>
</div></div><div><br></div><div>I am not sure if the driver, server path or server changes are to blame.</div><div><br></div><div><br></div><div>1) shouldn't EPSG:900913 be replaced by EPSG:3857 as it's now an official EPSG entry?</div>
<div><br></div><div><br></div><div><div>2) OnEarth Tiled WMS Clementine, WMS srtm and Landsat mosaic do not load</div></div><div><br></div><div><div>$ gdalinfo frmt_twms_Clementine.xml </div><div>ERROR 1: GDAL_WMS TiledWMS:  Can't locate TiledGroup Clementine in server response.</div>
<div>ERROR 1: GDALWMS: Failed to initialize minidriver.</div><div>gdalinfo failed - unable to open 'frmt_twms_Clementine.xml'.</div></div><div><br></div><div>Clementine is not found, but the following are returned:</div>
<div><div><Name>Clementine LO Hybrid, LMMP</Name></div><div><Name>Clementine Mosaic, LMMP</Name></div><div><Name>Clementine Color Ratio, LMMP</Name><br></div><div><Name>Clementine Optical Maturity, LMMP</Name></div>
<div><Name>Clementine FeO abundance, LMMP</Name></div><div><Name>Clementine TiO2 abundance, LMMP</Name></div></div><div><br></div><div><div>$ gdalinfo --debug ON  frmt_twms_srtm.xml</div><div>HTTP: Fetch(<a href="http://onearth.jpl.nasa.gov/wms.cgi?request=GetTileService">http://onearth.jpl.nasa.gov/wms.cgi?request=GetTileService</a>)</div>
</div><div><never ends><br></div><div><div><br></div><div>$ gdal_translate -of JPEG -outsize 500 250 frmt_wms_onearth_global_mosaic.xml onearth_global_mosaic.jpg</div><div>Input file size is 2949120, 1474560</div><div>
0</div></div><div><div><never ends><br></div><div></div></div><div><br></div><div><br></div><div>3)  MetaCarta TMS and wmsc - lots of GDAL errors (but gdalinfo is ok), rendering is bad in QGIS 2.2</div><div><br></div>
<div><div>$ gdal_translate -of PNG -outsize 512 256 frmt_wms_metacarta_tms.xml metacarta.png</div><div>Input file size is 268435456, 134217728</div><div><bunch of errors></div></div><div><br></div><div><div>$ gdal_translate -of PNG -outsize 500 250 frmt_wms_metacarta_wmsc.xml metacarta_wmsc.png</div>
<div>Input file size is 268435456, 134217728</div><div><div><bunch of errors></div></div></div><div><br></div><div>4)  TileService, Blue Marble NG - does not load</div><div><br></div><div>$  gdal_translate -of JPEG -outsize 500 250 frmt_wms_tileservice_bmng.xml tileservice_bmng.jpg</div>
<div>Input file size is 65536, 32768</div><div>0ERROR 1: GDALWMS: Unable to download block 0, 0.</div><div>  URL: <a href="http://s0.tileservice.worldwindcentral.com/getTile?interface=map&version=1&dataset=bmng.topo.bathy.200401&level=0&x=0&y=0">http://s0.tileservice.worldwindcentral.com/getTile?interface=map&version=1&dataset=bmng.topo.bathy.200401&level=0&x=0&y=0</a></div>
<div>  HTTP status code: 404, error: (null).</div><div>ERROR 1: frmt_wms_tileservice_bmng.xml, band 1: IReadBlock failed at X offset 0, Y offset 0</div><div><br></div><div><br></div><div>5) TileService, NYSDOP 2004 - does not load</div>
<div><br></div><div><div>$ gdal_translate -of JPEG -projwin -73.687030 41.262680 -73.686359 41.262345 -outsize 500 250 frmt_wms_tileservice_nysdop2004.xml tileservice_nysdop2004.jpg</div><div>Input file size is 1048576, 1048576</div>
<div>Computed -srcwin 629496 165307 500 250 from projected window.</div><div>0ERROR 1: GDALWMS: Unable to download block 1229, 322.</div><div>  URL: <a href="http://s0.tileservice.worldwindcentral.com/getTile?interface=map&version=1&dataset=us.newyork_nysdop2004_0.15m&level=19&x=154829&y=70978">http://s0.tileservice.worldwindcentral.com/getTile?interface=map&version=1&dataset=us.newyork_nysdop2004_0.15m&level=19&x=154829&y=70978</a></div>
<div>  HTTP status code: 404, error: (null).</div><div>ERROR 1: frmt_wms_tileservice_nysdop2004.xml, band 1: IReadBlock failed at X offset 1229, Y offset 322</div><div>ERROR 1: GetBlockRef failed at X block offset 1229, Y block offset 322</div>
</div><div><br></div><div><br></div><div>cheers</div><div>Etienne</div><div><div><br></div></div></div>