Download outline map of Mishima (geojson format) :
Mishima.geojson (**)
Download polygon array of Mishima map for "Google Maps" :
Mishima.txt
Bounding Box for Mishima Map : ( 30.7722663879 , 129.903793335 , 30.8505992889 , 130.444503784 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Mishima map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.7722663879, 129.903793335, 30.8505992889, 130.444503784);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Mishima)
[out:json];
(
rel["name"="Mishima"][type=boundary];
rel["name:en"="Mishima"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Mishima 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.