แพ็กเกจ leaflet.extras

Interactive Maps with leaflet in R

Rich Majerus

Vice President of Strategy & Planning, Queens University of Charlotte

แพ็กเกจ leaflet.extras

  • จะเน้นที่ extras สามรายการ:

    • addSearchOSM() - ทำให้แผนที่ค้นหาได้
    • addReverseSearchOSM() - geocode ด้วยการคลิกเมาส์
    • addResetMapButton() - รีเซ็ตมุมมองแผนที่
Interactive Maps with leaflet in R

addSearchOSM()

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

addSearchOSM()

Interactive Maps with leaflet in R

ค้นหา Twine

แผนที่ Ball of twine

Interactive Maps with leaflet in R

addReverseSearchOSM()

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

addReverseSearchOSM()

Interactive Maps with leaflet in R

addResetMapButton()

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

addResetMapButton()

Interactive Maps with leaflet in R

มาฝึกกันเถอะ!

Interactive Maps with leaflet in R

Preparing Video For Download...