Respect metersPerUnit in ScaleLine control

This commit is contained in:
Andreas Hocevar
2017-11-10 12:47:21 +01:00
parent dbfca19e09
commit 9c45f9a8d6
3 changed files with 40 additions and 3 deletions
+1 -1
View File
@@ -275,7 +275,7 @@ olx.interaction.InteractionOptions;
* Method called by the map to notify the interaction that a browser event was
* dispatched to the map. If the function returns a falsy value,
* propagation of the event to other interactions in the map's interactions
* chain will be prevented (this includes functions with no explicit return). See
* chain will be prevented (this includes functions with no explicit return). See
* {@link https://developer.mozilla.org/en-US/docs/Glossary/Falsy}
* @type {function(ol.MapBrowserEvent):boolean}
* @api