You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Another example:
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.
The text was updated successfully, but these errors were encountered:
@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.
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.
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:
Another example:
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.
The text was updated successfully, but these errors were encountered: