「OpenStreetMapデータからレイヤーを作成する」の版間の差分
 (ページの作成:「OpenStreetMapから静的なSVGMapレイヤーを構築する方法をメモします  == 必要なツール == * [https://osmcode.org/osmium-tool/ osmium] * [https://git...」)  | 
				 (→必要なツール)  | 
				||
| 1行目: | 1行目: | ||
OpenStreetMapから静的なSVGMapレイヤーを構築する方法をメモします  | OpenStreetMapから静的なSVGMapレイヤーを構築する方法をメモします  | ||
| − | ==   | + | ==ツール==  | 
* [https://osmcode.org/osmium-tool/ osmium]  | * [https://osmcode.org/osmium-tool/ osmium]  | ||
* [https://github.com/svgmap/svgMapTools svgMapTools]  | * [https://github.com/svgmap/svgMapTools svgMapTools]  | ||
| + | |||
| + | ==参考情報==  | ||
* [http://wiki.openstreetmap.org/wiki/JA:Map_Features タグ一覧] ([https://www.okuminavi.jp/access/pdf/OSM_taguitiran.pdf PDF])  | * [http://wiki.openstreetmap.org/wiki/JA:Map_Features タグ一覧] ([https://www.okuminavi.jp/access/pdf/OSM_taguitiran.pdf PDF])  | ||
| + | * [https://qiita.com/naogify/items/525be5f41a21d4c82805]  | ||
| + | |||
| + | ==練習==  | ||
| + | <code><pre>  | ||
| + | osmium  tags-filter jaAllData/japan-20241126.osm.pbf nwr/amenity=restaurant,cafe,fast_food -o eatplace.pbf  | ||
| + | osmium export eatplace.pbf -o eatplace.geojson  | ||
| + | </pre></code>  | ||
2024年11月26日 (火) 09:57時点における版
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