nreese/enhanced_tilemap

MGRS coordinates

Closed this issue · 1 comments

Support MGRS coordinates in two places

  • Mouse location control
  • Set view control

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