tim-salabim
tim-salabim
There is already a [package on CRAN](https://cran.r-project.org/web/packages/leaflet.opacity/index.html) that provides access to this plugin. Also, note that this repository (leaflet.extras) is currently not well maintained. I think @schloerke or someone else...
No @bhaskarvk has left open source a long time ago unfortunately. He left me and the RStudio guys with admin rights for this package, but for me, same as you,...
@jcheng5 we use Leaflet.Draw plugin in mapedit.
Current leaflet (CRAN) is at version 2.0.3 and leaflet.extras is at 1.0.0. Maybe updating solves your issue...
In case you need this to return selected features back into your R session and don't need to do anything on the JS side with them, you can use `mapedit::selectFeatures(,...
For what it's worth, @ramnathv I can confirm @schloerke 's comment. About two weeks ago I updated a local clone of leaflet.extras to the latest version of leaflet-search and still...
See https://github.com/bhaskarvk/leaflet.extras/issues/143. Once it is fixed in the upstream dependency, it will be updated here. Note, this is only for broken CircleMarkers, all other shapes should work.
from my point of view I am happy with whatever plugin is able to work with native R spatial objects, i.e. sp, sf, raster. Though from what I gather, these...
Thanks Mike!
Thanks @DanielJDufour ! This is fantastic! > Because the map is technically using the "simple" projection and not the projection of the original raster, you won't be able to easily...