Download outline map of Ten-ei (geojson format) :
Ten-ei.geojson (**)
Download polygon array of Ten-ei map for "Google Maps" :
Ten-ei.txt
Bounding Box for Ten-ei Map : ( 37.196667 , 139.948196 , 37.342266 , 140.317398 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Ten-ei map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.196667, 139.948196, 37.342266, 140.317398);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ten-ei)
[out:json];
(
rel["name"="Ten-ei"][type=boundary];
rel["name:en"="Ten-ei"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Ten-ei
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Hatori | 37.276080 , 140.083040 |
Iitoyo | 37.243510 , 140.290610 |
Kamimatsumoto | 37.257490 , 140.212710 |
Kuwanayashiki | 37.232260 , 140.262840 |
Makinouchi | 37.268810 , 140.167720 |
Nido | 37.263070 , 140.198260 |
Otaira | 37.280090 , 140.062120 |
Shimomatsumoto | 37.253120 , 140.242310 |
Tenei | 37.256566 , 140.059183 |
Notes:
- You can download geometry data for Ten-ei 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.