MrMufflon / Leaflet.Coordinates

Leaflet plugin to view mouse coordinates
http://mrmufflon.github.io/Leaflet.Coordinates/
Other
104 stars 55 forks source link

Variable name error #24

Open balciseri opened 8 years ago

balciseri commented 8 years ago

Error in Control.Coordinates.js - createCoordinateLabel: function(ll) { at : if (opts.labelLng) { x = opts.labelFormatterLng(ll.lng);

labelLng is not defined.

possible fix: if (opts.labelFormatterLat) { x = opts.labelFormatterLng(ll.lng);