Getting WMTS service to work in leafmap #1228
-
|
Hi All, Here is a (public) WMTS link that works well in QGIS with the "Invert Axis Orientation" option switched on. However, I can't get it to work in leafmap. I tried the following code, but my map display will not show this layer. Any hints welcome, Guido |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Your tile URL would not work. You will need an URL that has See https://leafletjs.com/examples/wms/wms.html for more information
|
Beta Was this translation helpful? Give feedback.
Your tile URL would not work. You will need an URL that has
{z}/{y}/{x}in it, like https://mt1.google.com/vt/lyrs=m&x={x}&y={y}&z={z}See https://leafletjs.com/examples/wms/wms.html for more information