Download outline map of Tomohon (geojson format) : 
Tomohon.geojson (**)
Download polygon array of Tomohon map for "Google Maps" : 
Tomohon.txt
Bounding Box for Tomohon Map : ( 1.260104 , 124.746704 , 1.387331 , 124.889679 )
Wikipedia ID for Tomohon : Q15848
Wikipedia SPARQL Query for Tomohon (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q15848 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q15848 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q15848 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q15848 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q15848 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q15848 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 Tomohon map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](1.260104, 124.746704, 1.387331, 124.889679);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tomohon)
	
[out:json];
(
rel["name"="Tomohon"][type=boundary];
rel["name:en"="Tomohon"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tomohon
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Kakaskasen Dua  |  1.344000 , 124.833600  | 
|  Kakaskasen Satu  |  1.353400 , 124.832000  | 
|  Kakaskasen Tiga  |  1.342000 , 124.837700  | 
|  Kamasi  |  1.329400 , 124.833800  | 
|  Kampungjawa  |  1.296800 , 124.822800  | 
|  Kayawu  |  1.330600 , 124.804800  | 
|  Kinilow  |  1.359500 , 124.833000  | 
|  Kolongan  |  1.326200 , 124.835900  | 
|  Lahendong  |  1.273850 , 124.819720  | 
|  Lansot  |  1.301800 , 124.829000  | 
|  Matani Dua  |  1.319700 , 124.844700  | 
|  Matani Satu  |  1.312700 , 124.841500  | 
|  Matani Tiga  |  1.313200 , 124.836100  | 
|  Paslaten Dua  |  1.323900 , 124.842800  | 
|  Paslaten Satu  |  1.326200 , 124.841200  | 
|  Pinaras  |  1.294280 , 124.785570  | 
|  Rungku  |  1.351300 , 124.828200  | 
|  Rurukan  |  1.339100 , 124.876700  | 
|  Saransong  |  1.300830 , 124.824440  | 
|  Talete Dua  |  1.332400 , 124.837000  | 
|  Talete Satu  |  1.328900 , 124.839300  | 
|  Taratara Dua  |  1.316900 , 124.780500  | 
|  Taratara Satu  |  1.319600 , 124.773700  | 
|  Temboan  |  1.340100 , 124.882000  | 
|  Tomohon  |  1.314974 , 124.823249  | 
|  Tumatangtang  |  1.295900 , 124.827200  | 
|  Uluindano  |  1.301700 , 124.834100  | 
|  Wailan  |  1.338500 , 124.817900  | 
|  Walian  |  1.309500 , 124.834900  | 
|  Woloan Dua  |  1.317100 , 124.807500  | 
|  Woloan Satu  |  1.319400 , 124.814100  | 
|  Woloan Tiga  |  1.315400 , 124.798200  | 
Notes:
- You can download geometry data for Tomohon 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.