Download outline map of Nanjo (geojson format) :
Nanjo.geojson (**)
Download polygon array of Nanjo map for "Google Maps" :
Nanjo.txt
Bounding Box for Nanjo Map : ( 26.125267 , 127.728203 , 26.197933 , 127.908897 )
Wikipedia ID for Nanjo : Q874691
Wikipedia SPARQL Query for Nanjo (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q874691 wdt:P1082 ?population. }
OPTIONAL { wd:Q874691 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q874691 wdt:P2046 ?area. }
OPTIONAL { wd:Q874691 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q874691 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q874691 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 Nanjo map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](26.125267, 127.728203, 26.197933, 127.908897);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Nanjo)
[out:json];
(
rel["name"="Nanjo"][type=boundary];
rel["name:en"="Nanjo"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Nanjo
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Azama | 26.178410 , 127.822790 |
China | 26.183610 , 127.817780 |
Chinen | 26.167390 , 127.819950 |
Daini-china | 26.183330 , 127.800000 |
Funakoshi | 26.152450 , 127.753970 |
Fusato | 26.146470 , 127.766960 |
Fusozaki | 26.174030 , 127.792730 |
Hiratabaru | 26.166670 , 127.800000 |
Hyakuna | 26.141530 , 127.791640 |
Inamine | 26.162190 , 127.736120 |
Itokazu | 26.152100 , 127.758680 |
Kakinohana | 26.150560 , 127.790280 |
Karadera | 26.166670 , 127.750000 |
Kirabaru | 26.152420 , 127.776180 |
Kochima | 26.166670 , 127.783330 |
Kudaka | 26.159110 , 127.887040 |
Kudeken | 26.171380 , 127.822110 |
Maekawa | 26.145600 , 127.748110 |
Miibaru | 26.135040 , 127.788970 |
Nakama | 26.179740 , 127.742390 |
Nakayama | 26.138870 , 127.776890 |
Nanjo | 26.144470 , 127.766970 |
Nanjo | 26.149120 , 127.778519 |
Nukkasa | 26.183330 , 127.800000 |
Oshiro | 26.163620 , 127.756350 |
Oyakebaru | 26.159690 , 127.777840 |
Ozato | 26.187480 , 127.752300 |
Sashiki | 26.167800 , 127.789300 |
Shikenbaru | 26.133610 , 127.768060 |
Shikiya | 26.151110 , 127.801390 |
Taira | 26.181770 , 127.751780 |
Tamagusuku | 26.135830 , 127.776390 |
Tedokon | 26.171350 , 127.800940 |
Toyama | 26.142230 , 127.764660 |
Tsukishiro | 26.160360 , 127.791380 |
Yabiku | 26.176570 , 127.801630 |
Yamazato | 26.156130 , 127.804970 |
Notes:
- You can download geometry data for Nanjo 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.