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

addSearchOSM control doesn't display

Open lweber2 opened this issue 6 years ago • 1 comments

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()

lweber2 avatar Jul 07 '18 13:07 lweber2

I cannot confirm. For me both examples work.

trafficonese avatar Jan 27 '20 12:01 trafficonese