Download outline map of Akishima (geojson format) :
Akishima.geojson (**)
Download polygon array of Akishima map for "Google Maps" :
Akishima.txt
Bounding Box for Akishima Map : ( 35.691265 , 139.332108 , 35.726334 , 139.3983 )
Wikipedia ID for Akishima : Q212494
Wikipedia SPARQL Query for Akishima (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q212494 wdt:P1082 ?population. }
OPTIONAL { wd:Q212494 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q212494 wdt:P2046 ?area. }
OPTIONAL { wd:Q212494 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q212494 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q212494 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 Akishima map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.691265, 139.332108, 35.726334, 139.3983);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Akishima)
[out:json];
(
rel["name"="Akishima"][type=boundary];
rel["name:en"="Akishima"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Akishima
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Akishima | 35.720850 , 139.379990 |
Akishima | 35.708747 , 139.382686 |
Haijima | 35.700000 , 139.350000 |
Showa-machi | 35.708990 , 139.367750 |
Notes:
- You can download geometry data for Akishima 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.