Home
last modified time | relevance | path

Searched refs:applyPixelRatio (Results 1 – 2 of 2) sorted by relevance

/plugin/ol3/
H A Dscript.js8applyPixelRatio=function(t){var e=this.pixelRatio;return 1==e?t:t.map((function(t){return t*e}))},… method in e
/plugin/openlayersmap/ol7/
H A Dol.js.map