Download outline map of Okinawa (geojson format) :
Okinawa.geojson (**)
Download polygon array of Okinawa map for "Google Maps" :
Okinawa.txt
Bounding Box for Okinawa Map : ( 26.303267 , 127.770798 , 26.421 , 127.855499 )
Wikipedia ID for Okinawa : Q328615
Wikipedia SPARQL Query for Okinawa (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q328615 wdt:P1082 ?population. }
OPTIONAL { wd:Q328615 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q328615 wdt:P2046 ?area. }
OPTIONAL { wd:Q328615 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q328615 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q328615 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 Okinawa map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](26.303267, 127.770798, 26.421, 127.855499);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Okinawa)
[out:json];
(
rel["name"="Okinawa"][type=boundary];
rel["name:en"="Okinawa"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Okinawa
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ageda | 26.335290 , 127.811290 |
Awase | 26.318610 , 127.834720 |
Dakujaku | 26.350000 , 127.783330 |
Gofuji | 26.333330 , 127.783330 |
Goya | 26.329700 , 127.804710 |
Ikebaru | 26.384160 , 127.827890 |
Kamara | 26.341170 , 127.806830 |
Koja | 26.337480 , 127.832170 |
Kunnoi | 26.350000 , 127.783330 |
Matsumoto | 26.358110 , 127.818600 |
Minamitobaru | 26.322910 , 127.783100 |
Misato | 26.345240 , 127.815300 |
Miyazato | 26.339070 , 127.822160 |
Murokawa | 26.333550 , 127.807570 |
Noborikawa | 26.369980 , 127.825310 |
Nubunja | 26.366670 , 127.816670 |
Okinawa | 26.334653 , 127.812502 |
Shirakawa | 26.350000 , 127.800000 |
Takahara | 26.321670 , 127.819720 |
Teruya | 26.332230 , 127.816410 |
Tobaru | 26.336940 , 127.822220 |
Uenagata | 26.366670 , 127.783330 |
Yogi | 26.313040 , 127.813050 |
Notes:
- You can download geometry data for Okinawa 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.