Leaflet UK grid-reference grid
npm install @flumens/leaflet.gridref``javascript`
var gridRef = new L.GridRef(options);
gridRef.addTo(map);
`javascript``
var options = {
color: 'gray',
weight: 0.5,
opacity: 1,
};
Have a bug or a feature request? search for existing and closed issues. Please open a new issue.
Code and documentation copyright 2016 Karolis Kazlauskis. Code released under the GNU GPL v3 license.