MrMufflon / Leaflet.Coordinates

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

Fix label templates for input boxes #45

Open Low-power opened 4 years ago

Low-power commented 4 years ago

Test code:

L.control.coordinates({
    decimals:0,
    labelTemplateLat:"z = {y} )",
    labelTemplateLng:"( x = {x},"
}).addTo(map);

Before: Buggy formatting

After: Fixed