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
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 is that I also have a leaflet.extras addSearchMarker tool for searching the markers (called somewhere1, 2 , 3). When I search for a circle the marker click event no longer works.
Here is a reproductible example. Thanks for helping.
See #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.
trafficonese
changed the title
R Leaflet marker click event not working after using addSearchMarker
R Leaflet marker click event not working after using addSearchFeatures
Mar 11, 2024
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 is that I also have a leaflet.extras addSearchMarker tool for searching the markers (called somewhere1, 2 , 3). When I search for a circle the marker click event no longer works.
Here is a reproductible example. Thanks for helping.
The text was updated successfully, but these errors were encountered: