leaflet.extras icon indicating copy to clipboard operation
leaflet.extras copied to clipboard

Extra functionality for leaflet R package.

Results 101 leaflet.extras issues
Sort by recently updated
recently updated
newest added

I have a app with a leaflet map and an observeEvent function for circleshapes clicks. When a circle is clicked, a plot is displayed This all works, but the problem...

Hi, I recently changed my server provider. I have a shiny app and I'm using leaflet.extras. I installed the library (I've checked it twice) but in the new server appears:...

@bhaskarvk (or copy the latest from master to gh-pages branch)

`map_shape_click` is not triggered in latest leaflet.extras for drawn shapes. Tested in v1, v0.2 reprex: ```r library(leaflet) library(leaflet.extras) library(shiny) ui

It would be great to be able to access different simple markers such as those in base R pch when adding markers to leaflet, rather than having to create png's...

@bhaskarvk I can not add tags on a to your repo. could you run these commands in the lastest master? ```bash git tag -a "leaflet_js_0.7.x" 23de9ea25b8762a1fa427ca737f70b79d987f02b -m 'End of support...

Not sure if I should ask here. If not, please kindly ignore it and I'll close this issue. Thanks. Followed examples on using plugin and onRender for leaflet plugin. It...

Thank you for your amazing package which add powerful function to polish the leaflet package. Currently, we meet a small problem for the fullscreen button. It work perfectly in the...

Is there a way to edit the "delete layers" button so that instead of providing the options Save|Cancel|Clear All, it merely clears all by clicking the trash can? ![image](https://user-images.githubusercontent.com/33735858/36279554-7219a82e-1265-11e8-97bf-629d7261398e.png)

wontfix

Currently these are the options to visualize spatiotemporal data. - [TimeDimension](https://github.com/socib/Leaflet.TimeDimension) - Perhaps the most feature complete plugin. - Supports WMS and GeoJSON data with time element. - For the...

enhancement
help wanted
question