Interaktywne mapy z leaflet w R
Rich Majerus
Vice President of Strategy & Planning, Queens University of Charlotte
Omówimy trzy funkcje dodatkowe:
addSearchOSM() - wyszukiwanie na mapieaddReverseSearchOSM() - geokodowanie kliknięciemaddResetMapButton() - resetowanie widoku mapyleaflet() %>%
addTiles() %>%
addSearchOSM()

leaflet() %>%
addTiles() %>%
addSearchOSM() %>%
addReverseSearchOSM()

leaflet() %>%
addTiles() %>%
addSearchOSM() %>%
addReverseSearchOSM() %>%
addResetMapButton()

Interaktywne mapy z leaflet w R