NAC Coordinate control for LeafletJS
A Leaflet plugin to view NAC address of the mouse pointer on mouse move.
In next release, the user can enter a NAC address and get a marker on that position.
L.control.NACCoordinates({
position:"bottomleft", //optional default "bootomright"
labelTemplate:"NAC Address: {0}", //optional default "NAC: {0}"
enableUserInput:true, //optional default false (not implemented in this release)
}).addTo(map);
Distributed under GNU General Public License v2