Download outline map of Ternate (geojson format) :
Ternate.geojson (**)
Download polygon array of Ternate map for "Google Maps" :
Ternate.txt
Bounding Box for Ternate Map : ( 0.44211 , 127.284027 , 0.91503 , 127.42514 )
Wikipedia ID for Ternate : Q19151
Wikipedia SPARQL Query for Ternate (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q19151 wdt:P1082 ?population. }
OPTIONAL { wd:Q19151 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q19151 wdt:P2046 ?area. }
OPTIONAL { wd:Q19151 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q19151 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q19151 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 Ternate map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](0.44211, 127.284027, 0.91503, 127.42514);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ternate)
[out:json];
(
rel["name"="Ternate"][type=boundary];
rel["name:en"="Ternate"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Ternate
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Afe | 0.801580 , 127.295210 |
Amo | 0.765570 , 127.307840 |
Banedinga | 0.827790 , 127.299230 |
Basiong | 0.772940 , 127.374840 |
Batumera | 0.780770 , 127.300420 |
Baturaja | 0.763330 , 127.310220 |
Buku Konora | 0.801720 , 127.368030 |
Castela | 0.761310 , 127.312580 |
Doropedu | 0.792950 , 127.295170 |
Fitako | 0.445670 , 127.386100 |
Fitu | 0.758460 , 127.346860 |
Foramadiahi | 0.772670 , 127.318670 |
Gambesi | 0.756900 , 127.337160 |
Jambula | 0.757760 , 127.318280 |
Kalumata | 0.760290 , 127.366540 |
Kao Cina | 0.900070 , 127.306120 |
Kota Ternate | 0.783330 , 127.366670 |
Labua | 0.834440 , 127.301610 |
Limatahu | 0.768820 , 127.305900 |
Loto | 0.824000 , 127.296770 |
Marikrubu | 0.791540 , 127.367680 |
Mongi | 0.783430 , 127.299400 |
Rua | 0.776250 , 127.302250 |
Sanoto-kecil | 0.766670 , 127.366670 |
Taduma | 0.797660 , 127.294420 |
Tafomutu | 0.464740 , 127.386020 |
Tafraka | 0.884230 , 127.314440 |
Takome | 0.845730 , 127.312030 |
Ternate | 0.838672 , 127.172840 |
Tobona | 0.775320 , 127.357290 |
Togafo | 0.816190 , 127.295550 |
Tubo | 0.824270 , 127.377960 |
Uboubo | 0.771720 , 127.365750 |
Notes:
- You can download geometry data for Ternate 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.