Download outline map of Uruma (geojson format) :
Uruma.geojson (**)
Download polygon array of Uruma map for "Google Maps" :
Uruma.txt
Bounding Box for Uruma Map : ( 26.241066 , 127.786903 , 26.449133 , 128.001801 )
Wikipedia ID for Uruma : Q694313
Wikipedia SPARQL Query for Uruma (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q694313 wdt:P1082 ?population. }
OPTIONAL { wd:Q694313 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q694313 wdt:P2046 ?area. }
OPTIONAL { wd:Q694313 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q694313 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q694313 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 Uruma map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](26.241066, 127.786903, 26.449133, 128.001801);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Uruma)
[out:json];
(
rel["name"="Uruma"][type=boundary];
rel["name:en"="Uruma"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Uruma
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agena | 26.374640 , 127.851880 |
Akamuya | 26.335070 , 127.880710 |
Enobi | 26.388610 , 127.833330 |
Esu | 26.348740 , 127.830200 |
Gushikawa | 26.354440 , 127.868610 |
Haebaru | 26.336940 , 127.871940 |
Ishikawa | 26.423330 , 127.821390 |
Ishikawa-higashionna | 26.411330 , 127.830770 |
Ishikawa-iha | 26.418330 , 127.818060 |
Ishikawa-sonan | 26.406850 , 127.819320 |
Ishikawa-Yamashiro | 26.413690 , 127.813190 |
Kanekadan | 26.368000 , 127.832050 |
Kaneku | 26.314730 , 127.959190 |
Katsuren-hama | 26.325830 , 127.952820 |
Katsuren-henna | 26.321300 , 127.890450 |
Katsuren-heshikiya | 26.306030 , 127.917520 |
Katsuren-higa | 26.320830 , 127.958610 |
Katsuren-tsuken | 26.248630 , 127.937950 |
Katsuren-uchima | 26.317590 , 127.899350 |
Kawata | 26.346420 , 127.864610 |
Kiyan | 26.363450 , 127.847770 |
Konbu | 26.397570 , 127.846970 |
Maehara | 26.338890 , 127.841670 |
Maesoguchi | 26.366670 , 127.866670 |
Miyazato | 26.354020 , 127.837810 |
Ota | 26.353450 , 127.865760 |
Taba | 26.367220 , 127.857780 |
Tairagawa | 26.367220 , 127.842780 |
Takaesu | 26.352630 , 127.842760 |
Tasabaru | 26.333330 , 127.866670 |
Tengan | 26.386390 , 127.854440 |
Uezu | 26.366670 , 127.866670 |
Uken | 26.384140 , 127.870500 |
Uruma | 26.378347 , 127.844334 |
Yonashiro | 26.325690 , 127.892800 |
Yonashiro-henza | 26.343210 , 127.952020 |
Yonashiro-ikei | 26.384930 , 127.994180 |
Yonashiro-ikemi | 26.374900 , 127.984360 |
Yonashiro-miyagi | 26.370350 , 127.985700 |
Yonashiro-nishihara | 26.330910 , 127.883380 |
Yonashiro-nohen | 26.312240 , 127.910740 |
Yonashiro-teruma | 26.343610 , 127.883470 |
Yonashiro-tobaru | 26.356840 , 127.971710 |
Yonashiro-uehara | 26.370680 , 127.982380 |
Yonashiro-yakena | 26.325560 , 127.907900 |
Notes:
- You can download geometry data for Uruma 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.