Download outline map of Itoman (geojson format) :
Itoman.geojson (**)
Download polygon array of Itoman map for "Google Maps" :
Itoman.txt
Bounding Box for Itoman Map : ( 26.073935 , 127.646896 , 26.169001 , 127.7304 )
Wikipedia ID for Itoman : Q860662
Wikipedia SPARQL Query for Itoman (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q860662 wdt:P1082 ?population. }
OPTIONAL { wd:Q860662 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q860662 wdt:P2046 ?area. }
OPTIONAL { wd:Q860662 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q860662 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q860662 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 Itoman map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](26.073935, 127.646896, 26.169001, 127.7304);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Itoman)
[out:json];
(
rel["name"="Itoman"][type=boundary];
rel["name:en"="Itoman"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Itoman
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ahagon | 26.151560 , 127.682490 |
Arakaki | 26.117790 , 127.696340 |
Ihara | 26.095930 , 127.684990 |
Ihara | 26.090560 , 127.684440 |
Itoman | 26.117446 , 127.670501 |
Kiyan | 26.092430 , 127.660710 |
Kohagura | 26.105730 , 127.667870 |
Komesu | 26.090460 , 127.697890 |
Kuniyoshi | 26.121210 , 127.682890 |
Mabuni | 26.096300 , 127.721440 |
Maehira | 26.110730 , 127.704310 |
Maezato | 26.116670 , 127.671390 |
Makabe | 26.105340 , 127.692430 |
Makazato | 26.109720 , 127.672780 |
Nashiro | 26.108180 , 127.662680 |
Odo | 26.095550 , 127.702700 |
Ozato | 26.127900 , 127.693830 |
Taketomi | 26.154600 , 127.691620 |
Teruya | 26.130600 , 127.679820 |
Tomigusuku | 26.144931 , 127.662442 |
Tsukazato | 26.087840 , 127.675970 |
Yamagusuku | 26.090770 , 127.681030 |
Yonagushiku | 26.136390 , 127.709440 |
Yoza | 26.134130 , 127.699180 |
Yoza | 26.135000 , 127.691940 |
Zaha | 26.142410 , 127.692090 |
Notes:
- You can download geometry data for Itoman 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.