MGRS coordinates
Closed this issue · 1 comments
nreese commented
Support MGRS coordinates in two places
- Mouse location control
- Set view control
nreese commented
Found two libraries that can convert lat/lon into MGRS
geodesy has lots more geospatial features but there is no direct way of converting between lat/lon and MGRS. With the library, you have to convert to UTM first.
Leaflet.MousePosition control will have to be changed to pass both lat and lon into formatting function. The current implementation uses separate functions for each