Download outline map of Miyazu (geojson format) :
Miyazu.geojson (**)
Download polygon array of Miyazu map for "Google Maps" :
Miyazu.txt
Bounding Box for Miyazu Map : ( 35.455467 , 135.123001 , 35.694733 , 135.288101 )
Wikipedia ID for Miyazu : Q846351
Wikipedia SPARQL Query for Miyazu (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q846351 wdt:P1082 ?population. }
OPTIONAL { wd:Q846351 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q846351 wdt:P2046 ?area. }
OPTIONAL { wd:Q846351 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q846351 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q846351 p:P625 ?coordinate.
?coordinate psv:P625 ?coordinate_node.
?coordinate_node wikibase:geoLatitude ?latitude.
?coordinate_node wikibase:geoLongitude ?longitude.
}
}
Run this SPARQL Query on Wikidata Page (Click RUN button on the opened page!)
Run this Query with SPARQL API
Get Boundaries from overpass-turbo (OSM) with boundary box of Miyazu map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.455467, 135.123001, 35.694733, 135.288101);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Miyazu)
[out:json];
(
rel["name"="Miyazu"][type=boundary];
rel["name:en"="Miyazu"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Miyazu
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Hama | 35.603060 , 135.221390 |
Iwagahana | 35.660000 , 135.261110 |
Joshi | 35.546410 , 135.236440 |
Kami-seya | 35.633330 , 135.183330 |
Kunda | 35.550000 , 135.233330 |
Miyazu | 35.533330 , 135.183330 |
Monju | 35.550000 , 135.183330 |
Nagae | 35.653330 , 135.253330 |
Nakatsu | 35.556110 , 135.235280 |
Odashukuno | 35.561630 , 135.250990 |
Satohami | 35.626670 , 135.243330 |
Shimakage | 35.574720 , 135.248890 |
Yawara | 35.570970 , 135.227810 |
Yura | 35.517400 , 135.282080 |
Notes:
- You can download geometry data for Miyazu 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.