kalisio / kano

Map and weather forecast data explorer in 2D/3D
https://kalisio.github.io/kano/
MIT License
24 stars 7 forks source link

Nautical miles scale #141

Open benoit-jpi opened 4 years ago

benoit-jpi commented 4 years ago

a nautical mile scale should replace the statute mile scale on the map.

claustres commented 4 years ago

We now use the standard Leaflet scale control that does not provide it out-of-the-box. Maybe a good idea to check if https://github.com/jtreml/leaflet.customscale could be used instead, or be directly implemented in KDK as the code is pretty old.

claustres commented 2 months ago

Should now be more easily possible to integrate https://github.com/kalisio/leaflet-graphicscale thanks to https://github.com/kalisio/kdk/issues/818.