trafficonese / leaflet.extras

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

addSearchOSM control doesn't display #149

Closed lweber2 closed 5 months ago

lweber2 commented 6 years ago

addSearchOSM control doesn't show if not provided together with another search control, e.g. the following doesn't work:

leaflet() %>%
  addProviderTiles(providers$Esri.WorldStreetMap) %>%
  addSearchOSM()

However, if provided together with another search control, the search icon displays:

leaflet() %>%
  addProviderTiles(providers$Esri.WorldStreetMap) %>%
  addSearchOSM() %>%
  addSearchUSCensusBureau()
trafficonese commented 4 years ago

I cannot confirm. For me both examples work.