folium icon indicating copy to clipboard operation
folium copied to clipboard

Add support to map ruler based on configured projection

Open barcelosleo opened this issue 1 year ago • 3 comments

It would be great if we had the possibility to show a ruler around the map. This ruler should change as the projection change as well, and the frequency of the ticks should be configurable as well (eg. show the latitude every 10km and longitude every 5km if we are dealing with an UTM projection or latitude every 2º and longitude every 3º if we are dealing with geographic projection). It should be something like that: image

Another example: image

We already have a scale bar, which is great, but it would be very good to be able to see the ruler around the map.

barcelosleo avatar Jun 04 '24 13:06 barcelosleo

Do you mean something like this? https://github.com/dtutic/Leaflet.EdgeScaleBar

hansthen avatar Jun 04 '24 17:06 hansthen

@hansthen yes, but instead of scale I would like to plot the coordinates. The second print I posted translates very well what I need, where the UTM coordinates are shown.

barcelosleo avatar Jun 04 '24 19:06 barcelosleo

You could see if Leaflet has a plugin that supports this. If not, maybe some custom Javascript has to be written to make this, perhaps based off of https://github.com/dtutic/Leaflet.EdgeScaleBar.

In any case, we'll have to see if it's something we incorporate in Folium. We try to not take on too much additional maintenance. I can see it as something you may host yourself, and we link to it in our docs. Alternatively, take a look at out plugin acceptance criteria.

Conengmo avatar Jun 14 '24 15:06 Conengmo