Members
-
module:ol/has.DEVICE_PIXEL_RATIO{number}
-
The ratio between physical pixels and device-independent pixels (dips) on the device (
window.devicePixelRatio
).
import * as olHas from 'ol/has';
The ratio between physical pixels and device-independent pixels
(dips) on the device (window.devicePixelRatio
).