OpenStreetMapデータからレイヤーを作成する
提供: svg2wiki
(版間での差分)
(→練習) |
(→練習) |
||
16行: | 16行: | ||
osmium export eatplace.pbf -o eatplace.geojson | osmium export eatplace.pbf -o eatplace.geojson | ||
</pre></code> | </pre></code> | ||
− | |||
− | |||
nwrはpointだけならnで良いのかも | nwrはpointだけならnで良いのかも | ||
+ | |||
+ | OSMのgeoJSONのpropertiesは正規化とはちょっと言えない状態なので・・・↑の自由な感じのCSV変換webAppにかけてCSV化しよう |
2024年11月26日 (火) 11:05時点における版
OpenStreetMapから静的なSVGMapレイヤーを構築する方法をメモします
ツール
参考情報
練習
osmium tags-filter jaAllData/japan-20241126.osm.pbf nwr/amenity=restaurant,cafe,fast_food -o eatplace.pbf
osmium export eatplace.pbf -o eatplace.geojson
nwrはpointだけならnで良いのかも
OSMのgeoJSONのpropertiesは正規化とはちょっと言えない状態なので・・・↑の自由な感じのCSV変換webAppにかけてCSV化しよう