Download outline map of Kendari (geojson format) :
Kendari.geojson (**)
Download polygon array of Kendari map for "Google Maps" :
Kendari.txt
Bounding Box for Kendari Map : ( -4.25717 , 122.275467 , -3.38965 , 123.262207 )
Wikipedia ID for Kendari : Q15379
Wikipedia SPARQL Query for Kendari (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q15379 wdt:P1082 ?population. }
OPTIONAL { wd:Q15379 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q15379 wdt:P2046 ?area. }
OPTIONAL { wd:Q15379 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q15379 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q15379 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 Kendari map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-4.25717, 122.275467, -3.38965, 123.262207);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kendari)
[out:json];
(
rel["name"="Kendari"][type=boundary];
rel["name:en"="Kendari"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Kendari
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bangungmekar | -4.013400 , 123.189900 |
Batumea | -4.075900 , 122.942900 |
Dimba | -4.044800 , 123.232800 |
Dongkalaya | -4.027220 , 123.091110 |
Kampa | -4.000000 , 123.033330 |
Labeau | -4.022500 , 123.101300 |
Ladianta | -4.038200 , 123.224500 |
Lamangupa | -4.183330 , 123.000000 |
Lampeapi | -4.133900 , 122.969700 |
Langara | -4.024800 , 122.990600 |
Langara Iwawo | -4.028600 , 122.988200 |
Langara Laut | -4.020200 , 122.995500 |
Langgarabajo | -4.013890 , 122.995280 |
Lansilowo | -4.019600 , 123.127400 |
Lawey | -4.237300 , 123.054900 |
Lebo | -4.074800 , 123.255300 |
Lereya | -4.033330 , 123.050000 |
Mawa | -4.012300 , 123.183100 |
Mosolo | -4.210800 , 123.163300 |
Munse | -4.096700 , 123.251900 |
Nambojaya | -4.248100 , 123.141700 |
Noko | -4.023700 , 123.213200 |
Palingi | -4.014000 , 123.146200 |
Pasirputih | -4.039400 , 122.978600 |
Polara | -4.171300 , 123.206100 |
Rokoroko | -4.250200 , 123.092900 |
Sawaea | -4.194200 , 122.991600 |
Sumberjaya | -4.023300 , 123.090000 |
Tambaone | -4.021300 , 123.109200 |
Tirtajaya | -4.020700 , 123.082300 |
Wawouso | -4.230700 , 123.045400 |
Wowoni | -4.177220 , 122.986390 |
Wungkolo | -4.148500 , 122.986200 |
Notes:
- You can download geometry data for Kendari 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.