OpenStreetMapデータからレイヤーを作成する

提供: svg2wiki
2024年11月26日 (火) 11:05時点におけるAdmin (トーク | 投稿記録)による版 (練習)
移動先: 案内検索

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

OSMのgeoJSONのpropertiesは正規化とはちょっと言えない状態なので・・・自由な漢字の変換webAppにかけてCSV化しよう

nwrはpointだけならnで良いのかも