Download outline map of Mima (geojson format) :
Mima.geojson (**)
Download polygon array of Mima map for "Google Maps" :
Mima.txt
Bounding Box for Mima Map : ( 33.852669 , 133.998596 , 34.176735 , 134.255997 )
Wikipedia ID for Mima : Q857828
Wikipedia SPARQL Query for Mima (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q857828 wdt:P1082 ?population. }
OPTIONAL { wd:Q857828 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q857828 wdt:P2046 ?area. }
OPTIONAL { wd:Q857828 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q857828 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q857828 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 Mima map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.852669, 133.998596, 34.176735, 134.255997);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Mima)
[out:json];
(
rel["name"="Mima"][type=boundary];
rel["name:en"="Mima"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Mima
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Anabuki | 34.047030 , 134.170790 |
Fujinoike | 33.866670 , 134.116670 |
Goshono | 34.169050 , 134.201360 |
Kaminakano | 34.097880 , 134.059150 |
Kankake | 33.966670 , 134.133330 |
Kawai | 33.933900 , 134.212030 |
Kubo | 33.933330 , 134.216670 |
Mima | 34.066344 , 134.146816 |
Nomura | 34.059040 , 134.093500 |
Waki | 34.066670 , 134.150000 |
Yokogura | 34.102700 , 134.106340 |
Notes:
- You can download geometry data for Mima 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.