Skip to main content

All Questions

Tagged with
1 vote
1 answer
128 views

How to create a button in shinyR which event is the same as the polygon drawing toolbar in leaflet map

I want to create a button in shinyR which event is the same as the polygon drawing toolbar in leaflet map. I'm trying to figure out how to manually trigger events from R to Leaflet polygons. Basically,...
Dawine's user avatar
  • 43
3 votes
1 answer
3k views

How to download polygons drawn in leaflet.draw as GeoJson file, from R (Shiny)

I created an application in R-shiny, using the leaflet.extra package, I put a map in which my users can draw polygons, my goal is to be able to download the polygons that my users drew as a GeoJson or ...
Sebastian Diaz's user avatar
2 votes
1 answer
688 views

Leaflet DrawToolbar: allow only editing and deleting but not adding new markers in R Shiny

I want to have a map, where markers can be dragged and deleted, but no new markers added. This should be simple to do, but I couldn't figure out, how to do this using the leaflet DrawToolbar. There ...
needRhelp's user avatar
  • 3,108
0 votes
1 answer
1k views

R Programming: Using ISO Country Codes in LeafLet

I am working on creating a client dashboard. I have ISO country codes for the clients also I have plotted the same in the map using rworldmap package, but the UI is not very good. So, I want to use ...
Bhushan Pant's user avatar
  • 1,570