Problem with Austrian basemap high DPI version
-
Hello,
I’m using verison 5.3.6
there is a problem using the high DPI version of the Austrian basemap. The normal version uses png tiles, the high resolution version uses jpeg. You can check it out in the capabilities document: https://www.basemap.at/wmts/1.0.0/WMTSCapabilities.xml
So if the device has a high res capable display, the map stays blank because png tiles are requested – and they don’t exist.
My quick ‘n very dirty workaround is to just set line 219 of osm-oljs3.php to the following:
layer: hiDPI ? "geolandbasemap" : "geolandbasemap",
so high res capability is ignored.but there should be a more elegant way (?)
cheers
cp
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Problem with Austrian basemap high DPI version’ is closed to new replies.