Open arquox opened 8 months ago
default
part in your URLs is correct?Yes, I tested it with this URL. The resource URL in the capabilities document is:
<ResourceURL format="image/png" resourceType="tile" template="https://wmtsod1.bayernwolke.de/wmts/by_amtl_karte/{TileMatrixSet}/{TileMatrix}/{TileCol}/{TileRow}"/>
As @wthaem says not always x and y parameters come in the same order. E.g. different order to @arquox template
template="https://idena.navarra.es/ogc/wmts/ortofoto2023/default/{TileMatrixSet}/{TileMatrix}/{TileRow}/{TileCol}.jpeg"/>
Maybe the point to add in documentation is that usually in such templates TileCol refers to x, TileRow to y, and TileMatrix to z, and not always in the same order.
Describe the bug
I created a .tms file for a WMTS server as shown in the documentation with the TMS RESTful style. The URL is correct, but no map tiles are shown.
Resource URL:
What have you done to circle down the problem?
I started QMS with the -f parameter. The logfile shows:
If I use a static server URL in the .tms file, everything works:
Then I changed the position of the x1 and y1 parameter in the resource URL in the .tms file, same order like in the static server URL:
After reload of the maps in QMS the map tiles showed up as expected.
To Reproduce
Expected behavior
This is not a bug in QMS, only the documentation should be updated.
Screenshots
Attachments
Tracebacks
Desktop
Additional context