マップの置き場
cd dir
docker pull osgeo/gdal:ubuntu-full-latest
docker run -v [directory path]:/home -it --rm osgeo/gdal:ubuntu-full-latest
> cd /home
> ogr2ogr -f GeoJSON [geojson file path] [shp file path]
https://github.com/mapbox/tippecanoe
# install tippecanoe
brew install tippecanoe
# run convert
tippecanoe -e world -z 5 --no-tile-compression ./geojson_world/map.geojson
ディレクトリ名 | 説明 | url | ライセンス |
---|---|---|---|
geojson_world | 世界地図(geojson) | Natural Earth に帰属 | |
pbf_japan/distlict | 日本の細分区域(pbf) | https://earthquake-alert.github.io/maps/pbf_japan/distlict/{z}/{x}/{y}.pbf | weatherbox/warning-area-vt に帰属 |
pbf_water_area/waterArea | 日本の湖沼データ(pbf) | https://earthquake-alert.github.io/maps/pbf_water_area/waterArea/{z}/{x}/{y}.pbf | 国土地理院 湖沼データに帰属 |
pbf_world/world | 世界地図(pbf) | https://earthquake-alert.github.io/maps/pbf_world/world/{z}/{x}/{y}.pbf | Natural Earth に帰属 |
water_area_japan | 日本の湖沼データ(geojson) | 国土地理院 湖沼データに帰属 | |
pbf_japan/distlict_jma | 気象庁による日本の細分区域(pbf) | https://earthquake-alert.github.io/maps/pbf_japan/distlict_jma/{z}/{x}/{y}.pbf | 気象庁に帰属 |
pbf_japan/pref | 日本の都道府県(pbf) | https://earthquake-alert.github.io/maps/pbf_japan/pref/{z}/{x}/{y}.pbf | weatherbox/warning-area-vtに帰属 |
pbf_japan/pref_jma | 気象庁による日本の都道府県(pbf) | https://earthquake-alert.github.io/maps/pbf_japan/pref_jma/{z}/{x}/{y}.pbf | 気象庁に帰属 |
Pbf_japan/tsunami | 気象庁による津波予報区 | https://earthquake-alert.github.io/maps/pbf_japan/tsunami/{z}/{x}/{y}.pbf | 気象庁に帰属 |