Download outline map of Kon Tum (geojson format) : 
Kon Tum.geojson (**)
Download polygon array of Kon Tum map for "Google Maps" : 
Kon Tum.txt
Bounding Box for Kon Tum Map : ( 14.229426 , 107.847979 , 14.452952 , 108.090832 )
Wikipedia ID for Kon Tum : Q36493
Wikipedia SPARQL Query for Kon Tum (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q36493 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q36493 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q36493 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q36493 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q36493 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q36493 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 Kon Tum map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](14.229426, 107.847979, 14.452952, 108.090832);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kon Tum)
	
[out:json];
(
rel["name"="Kon Tum"][type=boundary];
rel["name:en"="Kon Tum"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Kon Tum
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
| Dak Leck | 14.366670 , 107.933330 | 
| Dak Rocot | 14.400000 , 107.950000 | 
| Dak Teng | 14.350000 , 107.933330 | 
| Kon Cho Dri | 14.333330 , 108.050000 | 
| Kon Drei | 14.350000 , 108.050000 | 
| Kon Hongo Kotu | 14.366670 , 107.966670 | 
| kon Hono | 14.338840 , 107.987240 | 
| Kon Jodreh | 14.366670 , 108.050000 | 
| Kon Kopat | 14.366670 , 108.050000 | 
| Kon Kotu | 14.316670 , 108.083330 | 
| Kon Monay Kotu | 14.366670 , 108.033330 | 
| Kon Robang | 14.350000 , 107.983330 | 
| Kon Tum | 14.350000 , 108.000000 | 
| Kon Tum Ko Nam | 14.350000 , 108.033330 | 
| Kon Tum Ko Pang | 14.350000 , 108.016670 | 
| Kon Yang Rong | 14.416670 , 108.000000 | 
| Kong Cut | 14.383330 , 108.050000 | 
| Lang Que | 14.312160 , 107.876450 | 
| Mang La | 14.383330 , 107.950000 | 
| Nghia An | 14.315690 , 107.928770 | 
| Plei Djo Drap | 14.366670 , 107.900000 | 
| Plei Groi | 14.333330 , 108.000000 | 
| Plei Grong | 14.300000 , 107.950000 | 
| Plei Kep Kram | 14.283330 , 107.966670 | 
| Plei Klei | 14.316670 , 107.866670 | 
| Plei Klor | 14.300000 , 107.916670 | 
| Plei Konang | 14.366670 , 107.950000 | 
| Plei Krako | 14.316670 , 108.016670 | 
| Plei Po Tau | 14.283330 , 107.933330 | 
| Plei Rour | 14.250000 , 107.933330 | 
| Plei Tchar | 14.316670 , 107.933330 | 
| Plei To Bur Tih | 14.300000 , 107.883330 | 
| Plei Trum | 14.383330 , 107.983330 | 
| Plei Ueh | 14.300000 , 107.883330 | 
| Polei Breng | 14.366670 , 107.900000 | 
| Polei Kram | 14.316670 , 107.866670 | 
| Polei Lung Leng | 14.333330 , 107.883330 | 
| Tan Phu | 14.300000 , 108.000000 | 
| Tap Doan Mot | 14.396420 , 108.024370 | 
| Thon Bay | 14.270670 , 107.955560 | 
| Thon Hai | 14.388690 , 107.875980 | 
| Xa Do Lai | 14.400000 , 108.016670 | 
| Xa Phuong Quy | 14.350000 , 107.983330 | 
| Xa Tan Dien | 14.333330 , 107.966670 | 
Notes:
- You can download geometry data for Kon Tum 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.