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
Hi, is it possible to setup QWC2 theme so that the zoom level match the EPSG:3857 tile scale provided by WMTS?
WMTS provides zoom levels like 14, 15... (eg. https://tile.openstreetmap.org/14/8870/5535.png ). However I didn't find a way how to match the allowed zoom scales in QWC2 to this exact zoom levels (so that the tiles does not need to be resized and they are sharp).
No this is currently not possible, it should be relatively easy hower to get the list of resolutions from the WMTS background layer definition in themes.json and compute a list of scales via scale = resolution / 0.0254 * dpi and assign that list of scales to the OpenLayers view.
Hi, is it possible to setup QWC2 theme so that the zoom level match the EPSG:3857 tile scale provided by WMTS?
WMTS provides zoom levels like 14, 15... (eg. https://tile.openstreetmap.org/14/8870/5535.png ). However I didn't find a way how to match the allowed zoom scales in QWC2 to this exact zoom levels (so that the tiles does not need to be resized and they are sharp).
Basically something this plugin does in QGis (see example).
The text was updated successfully, but these errors were encountered: