Download outline map of Ogaki (geojson format) :
Ogaki.geojson (**)
Download polygon array of Ogaki map for "Google Maps" :
Ogaki.txt
Bounding Box for Ogaki Map : ( 35.217068 , 136.378098 , 35.4104 , 136.690201 )
Wikipedia ID for Ogaki : Q384926
Wikipedia SPARQL Query for Ogaki (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q384926 wdt:P1082 ?population. }
OPTIONAL { wd:Q384926 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q384926 wdt:P2046 ?area. }
OPTIONAL { wd:Q384926 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q384926 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q384926 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 Ogaki map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.217068, 136.378098, 35.4104, 136.690201);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ogaki)
[out:json];
(
rel["name"="Ogaki"][type=boundary];
rel["name:en"="Ogaki"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Ogaki
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Akasakacho | 35.383330 , 136.583330 |
Aoyanagicho | 35.350000 , 136.600000 |
Gamacho | 35.383330 , 136.600000 |
Kidomachi | 35.350000 , 136.600000 |
Ōgaki | 35.357696 , 136.653442 |
Ogaki | 35.363197 , 136.608981 |
Sunomata | 35.366670 , 136.683330 |
Notes:
- You can download geometry data for Ogaki 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.