OpenStreetMapデータからレイヤーを作成する
提供: svg2wiki
				
								
				(版間での差分)
				
																
				
				
								
				|  (→必要なツール) |  (→ツール) | ||
| 4行: | 4行: | ||
| * [https://osmcode.org/osmium-tool/ osmium] | * [https://osmcode.org/osmium-tool/ osmium] | ||
| * [https://github.com/svgmap/svgMapTools svgMapTools] | * [https://github.com/svgmap/svgMapTools svgMapTools] | ||
| + | * [https://www.svgmap.org/devinfo/devkddi/lvl0.1/authoringLayers/bbs/csvLayer/osmGjs2csv/test.html OSMの自由なPoint GeoJSONから適当なCSVを生成する] | ||
| ==参考情報== | ==参考情報== | ||
2024年11月26日 (火) 10:56時点における版
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
