You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that leaflet.TileLayer.WMTS assumes a key=val querystring structure. However, the above service expects the parameters as part of the URL path, not as querystring variables, so it doesn't work.
Is there a way of parsing the GetCapabilities string to get the correct GetTile syntax?
The text was updated successfully, but these errors were encountered:
So ... any plans of fixing this? I just ran into the same issue and this basically means the library is useless to me. Which in turn means Leaflet is useless to me.
I'm trying to use this to connect to https://www.basemap.at/wmts/1.0.0/WMTSCapabilities.xml. That server's
GetTile
requests have the following syntax:I think that leaflet.TileLayer.WMTS assumes a
key=val
querystring structure. However, the above service expects the parameters as part of the URL path, not as querystring variables, so it doesn't work.Is there a way of parsing the
GetCapabilities
string to get the correctGetTile
syntax?The text was updated successfully, but these errors were encountered: