On mercredi 14 juin 2017 12:16:06 CEST Helmut Kudrnovsky wrote: > http://osgeo-org.1560.x6.nabble.com/file/n5324225/wmts_bm2.xml
Add <TileMatrix>19</TileMatrix> It appears that there are not tiles at zoom level 20, at least in this area. If you add --debug on to the gdal_translate, you'll see: HTTP: Request [13] https://maps1.wien.gv.at/basemap/bmaporthofoto30cm/normal/ google3857/20/369064/554862.jpeg : status = 404, content type = text/html; charset=iso-8859-1, error = <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /basemap/bmaporthofoto30cm/normal/ google3857/20/369064/554862.jpeg was not found on this server.</p> <hr> <address>Apache Server at maps1.wien.gv.at Port 80</address> </body></html> The reason the error is silent is because of the <ZeroBlockHttpCodes>204,404</ZeroBlockHttpCodes> If you remove that, then gdal_translate would have failed. Even -- Spatialys - Geospatial professional services http://www.spatialys.com
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
