Download outline map of Gifu (geojson format) :
Gifu.geojson (**)
Download polygon array of Gifu map for "Google Maps" :
Gifu.txt
Bounding Box for Gifu Map : ( 35.351334 , 136.678604 , 35.543201 , 136.884995 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Gifu map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.351334, 136.678604, 35.543201, 136.884995);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Gifu)
[out:json];
(
rel["name"="Gifu"][type=boundary];
rel["name:en"="Gifu"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Gifu
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Akutami | 35.450000 , 136.833330 |
Gifu-shi | 35.420766 , 136.751353 |
Kami-akutami | 35.450000 , 136.833330 |
Takatomi | 35.483330 , 136.783330 |
Notes:
- You can download geometry data for Gifu in various formats (Geojson,KML,GPX,raw OSM data) by clicking export button on the overpass-turbo
- You can freely use the jpeg type map images you created on the "map cropping" page or downloaded from the "samples" pages.
- (**)
Terms of Use for downloaded geojson files.