Download outline map of Yoro (geojson format) :
Yoro.geojson (**)
Download polygon array of Yoro map for "Google Maps" :
Yoro.txt
Bounding Box for Yoro Map : ( 35.227531 , 136.507492 , 35.3438 , 136.625 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Yoro map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.227531, 136.507492, 35.3438, 136.625);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Yoro)
[out:json];
(
rel["name"="Yoro"][type=boundary];
rel["name:en"="Yoro"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Yoro
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Imao | 35.250000 , 136.616670 |
Takada | 35.300000 , 136.566670 |
Yoro | 35.287152 , 136.552260 |
Notes:
- You can download geometry data for Yoro 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.