Download outline map of Miyoshi (geojson format) :
Miyoshi.geojson (**)
Download polygon array of Miyoshi map for "Google Maps" :
Miyoshi.txt
Bounding Box for Miyoshi Map : ( 33.791466 , 133.660202 , 34.115334 , 134.095306 )
Wikipedia ID for Miyoshi : Q1023781
Wikipedia SPARQL Query for Miyoshi (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1023781 wdt:P1082 ?population. }
OPTIONAL { wd:Q1023781 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1023781 wdt:P2046 ?area. }
OPTIONAL { wd:Q1023781 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1023781 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1023781 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 Miyoshi map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.791466, 133.660202, 34.115334, 134.095306);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Miyoshi)
[out:json];
(
rel["name"="Miyoshi"][type=boundary];
rel["name:en"="Miyoshi"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Miyoshi
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Akano | 33.883330 , 133.766670 |
Deai | 33.950000 , 133.800000 |
Higashiiya-takano | 33.892490 , 133.855160 |
Higashiiya-wakabayashi | 33.859530 , 133.896440 |
Ikawacho-tsuji | 34.028760 , 133.867550 |
Ikeda | 34.016670 , 133.800000 |
Ikedacho-itano | 34.023620 , 133.785580 |
Ikedacho-umaji | 34.011820 , 133.752590 |
Iyogawa | 33.950000 , 133.750000 |
Miyoshi | 33.881674 , 133.816051 |
Myojin | 34.100000 , 133.916670 |
Naka | 33.854947 , 134.092358 |
Nishii-yayamamura-ichiu | 33.892830 , 133.817730 |
Yamashirocho-okawamochi | 33.966670 , 133.750000 |
Notes:
- You can download geometry data for Miyoshi 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.