You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Constant 'INCHES_PER_UNIT' has from 39.3701 to 39.37 since release 2.13
That change causes layer of meter unit to be displayed in slightly different position.
I can not understand 893966d perfectly,
but case when base layer is Web Mercator tile and map unit is meter and calculating scale by map.getScale(), you have to use international inch.
OL 2.13.1 uses us survey inch.
Link below says map scale is calculated with 1/0.0254 (international inch 39.370078 ... )
Constant 'INCHES_PER_UNIT' has from 39.3701 to 39.37 since release 2.13
That change causes layer of meter unit to be displayed in slightly different position.
'INCHES_PER_UNIT' is defined in Util.js
https://github.com/openlayers/ol2/blob/master/lib/OpenLayers/Util.js
The text was updated successfully, but these errors were encountered: