Open balciseri opened 8 years ago
Error in Control.Coordinates.js - createCoordinateLabel: function(ll) { at : if (opts.labelLng) { x = opts.labelFormatterLng(ll.lng);
if (opts.labelLng) { x = opts.labelFormatterLng(ll.lng);
labelLng is not defined.
possible fix: if (opts.labelFormatterLat) { x = opts.labelFormatterLng(ll.lng);
if (opts.labelFormatterLat) { x = opts.labelFormatterLng(ll.lng);
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);