leaflet() %>% # 製作繪圖面板 setView(lng, lat, zoom) %>% # 設定視窗範圍# 以該點放大多少倍 addTiles() %>% # 加上底圖 addMarkers(~lng, ~lat, ~popup, ~label, ...
確定! 回上一頁