[feature request] Add option to plot axis of the coordinates on the side of the map in mapshot
It would be amazing to have an option to show the longitude latitude axis with tick markings as coordinates.
I am assuming you are referring to the static mode?
I'm not sure what is static mode, but I guess it's to get a map design? I don't see it in the package
I mean you want save the map as png (not html) right? In any case, this is not possible, unless you add some graticule plugin to your map. mapview does not have this option, but I think there are some ways to do this (maybe leaflet has that option). The reason is that in mapshot we simply take a screenshot of the html.
One thing I am contemplating for the future is a ggmapview function to turn a ggplot into a interactive map. We could then also think about doing the reverse, i.e. turn a leaflet map into a ggplot...
Ah! OK good to know. That'd be amazing. I understand that this is in development and I'm looking forward to seeing how this will be implemented!
And things like a North arrow! https://stackoverflow.com/questions/22325460/how-can-i-add-a-north-arrow-to-a-leaflet-js-map
For standard leaflet you won't need a north arrow as north is always up