MrMufflon / Leaflet.Coordinates

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

Replace "opts.labelFormatterLng(ll.lat);" by "opts.labelFormatterLat(ll.lat);" #2

Closed jbelien closed 11 years ago

jbelien commented 11 years ago

Replace opts.labelFormatterLng(ll.lat); by opts.labelFormatterLat(ll.lat); in file "Control.Coordinates.js" on Line 138

MrMufflon commented 11 years ago

Done, thanks for participating!