Open
Description
POI
- On high-resolutions screens the POI icons can be very small; we already have scaling in place using
iconScale
atdokuwiki-plugin-openlayersmap/script.js
Line 249 in 590af60
It is currently fixed at1.0
where it should take into account the Window.devicePixelRatio eg.const iconScale = window.devicePixelRatio;
WMS
- Some WMS's have a vendor specific DPI parameter that we could add
TMS
- Some tile providers have retina (
@2x
) available, eg. Stadia maps