trafficonese / leaflet.extras

Extra functionality for leaflet R package.
https://trafficonese.github.io/leaflet.extras/
GNU General Public License v3.0
216 stars 74 forks source link

addSearchMarker #95

Closed rhaefer closed 7 years ago

rhaefer commented 7 years ago

Is there a way to disable the small red circle that appears when you use the addSearchMarker function and zoom to a feature?

bhaskarvk commented 7 years ago

I don't know, I'll have to research.

bhaskarvk commented 7 years ago

In searchMarkerOptions() pass hideMarkerOnCollapse = TRUE

When you search you'll still see the red marker, but you can clear the search box and collapse it by clicking the magnifying glass again, and this will get rid of the red circle. I am not aware of any other way to do it.

https://github.com/stefanocudini/leaflet-search/issues/132