Download outline map of Komatsushima (geojson format) :
Komatsushima.geojson (**)
Download polygon array of Komatsushima map for "Google Maps" :
Komatsushima.txt
Bounding Box for Komatsushima Map : ( 33.938202 , 134.546402 , 34.028534 , 134.651306 )
Wikipedia ID for Komatsushima : Q823493
Wikipedia SPARQL Query for Komatsushima (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q823493 wdt:P1082 ?population. }
OPTIONAL { wd:Q823493 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q823493 wdt:P2046 ?area. }
OPTIONAL { wd:Q823493 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q823493 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q823493 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 Komatsushima map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.938202, 134.546402, 34.028534, 134.651306);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Komatsushima)
[out:json];
(
rel["name"="Komatsushima"][type=boundary];
rel["name:en"="Komatsushima"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Komatsushima
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Akaishicho | 33.983330 , 134.616670 |
Komatsushima | 34.000000 , 134.583330 |
Komatsushima | 33.985596 , 134.586467 |
Motonei | 34.014360 , 134.590790 |
Tatsuecho | 33.966670 , 134.600000 |
Notes:
- You can download geometry data for Komatsushima 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.