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
We love the 100% browser-based TerriaJS client for consuming OGC and ESRI map services (based on Cesium and Leaflet). But currently it won't consume OpenAerialMap imagery because it supports only KVP access to WMTS, not REST.
There is a TerriaJS issue already posted to add REST access to WMTS (TerriaJS/terriajs#2927) , but would it be also possible to support KVP access to WMTS on the OpenAerialMap side to support clients like this?
The text was updated successfully, but these errors were encountered:
Potentially; we really should support it. My 2 hesitations are that KVP requests are a bit more difficult to cache (if only due to the query stream parameters; we have Cloudfront configured to ignore them for a slightly higher hit rate) and the relative difficulty of implementation (though tbh, I haven't looked too deeply into what it entails).
Do you happen to know of a Python implementation that we could lean on?
We love the 100% browser-based TerriaJS client for consuming OGC and ESRI map services (based on Cesium and Leaflet). But currently it won't consume OpenAerialMap imagery because it supports only KVP access to WMTS, not REST.
There is a TerriaJS issue already posted to add REST access to WMTS (TerriaJS/terriajs#2927) , but would it be also possible to support KVP access to WMTS on the OpenAerialMap side to support clients like this?
The text was updated successfully, but these errors were encountered: