Add devicePixelRatio option to ol.Map constructor

This commit is contained in:
Frederic Junod
2013-12-12 14:21:27 +01:00
committed by Tom Payne
parent 8ddd56fdfb
commit 01a246ca72
2 changed files with 10 additions and 0 deletions

View File

@@ -25,6 +25,9 @@
* @typedef {Object} olx.MapOptions
* @property {ol.Collection|Array.<ol.control.Control>|undefined} controls
* Controls initially added to the map.
* @property {number|undefined} devicePixelRatio The ratio between physical
* pixels and device-independent pixels (dips) on the device. If `undefined`
* then it gets set by using `window.devicePixelRatio`.
* @property {ol.Collection|Array.<ol.interaction.Interaction>|undefined} interactions
* Interactions that are initially added to the map.
* @property {Array.<ol.layer.Base>|ol.Collection|undefined} layers Layers.