2014-04-22 OSM-TW Webinar
Department of Nuclear Medicine, Kaohsiung Veterans General Hospital
Sin-di Lee
Background picture: Stamen / Map data: OSM and its contributors
有些政府的資料是地理資訊 (例如 CityBike station和...),我想要畫成地圖 (Leaflet, OpenLayers...)。
從上次 Rex 的分享,我們可以知道收集到地理資訊,可以透過 leaflet.js 呈現。
s.dat <- toGeoJSON(data=cList, lat.lon=c("lat", "lon"))
s.sty <- styleCat(prop="groupName",val=grouplist, style.val= hue_pal()(length(grouplist)))
s.map <- leaflet(data=s.dat, style=s.sty, base.map = c("osm", "cm", "mqosm"), popup="clinicRef")
browseURL(s.map)
Code 比較長一點,為了方便,寫 code 時定義下列幾個 function:
官方的文件非常不完整...