esacree wrote > Question: Is it possible to get a TileLevel option added to the new GDAL > WMTS driver? > > Reason: WMTS servers at USGS and ESRI are returning XML Capabilities with > TileLevel 18 (Google) or TileLevel 19 (default028mm). The USGS help desk > said that the tile servers are only serving up to Tile Level 15. The new > GDAL WMTS driver always request data from the max TileLevel in the > Capabilities. The mismatch between the WMTS XML capabilities and the > actual maximum TileLevel are causing the GDAL WMTS driver requests to fail > with Error 404 (not found). > > I have requested that they correct the WMTS XML Capabilities documents. > > Suggestion: Could a "TileLevel" parameter be added to the WMTS GDAL > driver to limit the TileLevel to one that is available? A TileLevel > parameter would help work around this situation. > > Thanks! > > Elaine
Hi, You can do what Even suggested in https://lists.osgeo.org/pipermail/gdal-dev/2016-November/045615.html: download and save GetCapabilities on the disk, edit, and read the edited GetCapabilities with GDAL. -Jukka Rahkonen- -- View this message in context: http://osgeo-org.1560.x6.nabble.com/WMTS-Need-TileLevel-option-Servers-responding-with-bad-capabilities-tp5298089p5298160.html Sent from the GDAL - Dev mailing list archive at Nabble.com. _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
