Closed jbelien closed 11 years ago
Replace opts.labelFormatterLng(ll.lat); by opts.labelFormatterLat(ll.lat); in file "Control.Coordinates.js" on Line 138
opts.labelFormatterLng(ll.lat);
opts.labelFormatterLat(ll.lat);
Done, thanks for participating!
Replace
opts.labelFormatterLng(ll.lat);
byopts.labelFormatterLat(ll.lat);
in file "Control.Coordinates.js" on Line 138