Download outline map of Nuwara Eliya (geojson format) : 
Nuwara Eliya.geojson (**)
Download polygon array of Nuwara Eliya map for "Google Maps" : 
Nuwara Eliya.txt
Bounding Box for Nuwara Eliya Map : ( 6.772883 , 80.576625 , 7.023229 , 80.861684 )
Wikipedia ID for Nuwara Eliya : Q1583950
Wikipedia SPARQL Query for Nuwara Eliya (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q1583950 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q1583950 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q1583950 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q1583950 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q1583950 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q1583950 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 Nuwara Eliya map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](6.772883, 80.576625, 7.023229, 80.861684);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Nuwara Eliya)
	
[out:json];
(
rel["name"="Nuwara Eliya"][type=boundary];
rel["name:en"="Nuwara Eliya"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Nuwara Eliya
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
| Agrapatana | 6.863300 , 80.702900 | 
| Ambawela | 6.878940 , 80.813490 | 
| Bambarakellie | 6.976400 , 80.748000 | 
| Black Pool | 6.946700 , 80.758600 | 
| Bogahawatta | 6.969600 , 80.609000 | 
| Bonavista Place | 6.957100 , 80.768800 | 
| Bopaththalawa | 6.850500 , 80.713700 | 
| Devsiripura | 6.946100 , 80.662200 | 
| Dimbula | 6.947300 , 80.626300 | 
| Diyagama | 6.854000 , 80.761200 | 
| Diyagama West | 6.854400 , 80.745000 | 
| Elapalama | 6.983300 , 80.811500 | 
| Elbedda | 6.847400 , 80.684100 | 
| Glasgow | 6.856600 , 80.722300 | 
| Godamalliya | 6.880500 , 80.710500 | 
| Gorandihela | 6.925800 , 80.822600 | 
| Haddon Hill | 6.961800 , 80.763300 | 
| Hawa Eliya East | 6.966400 , 80.790100 | 
| Hawa Eliya North | 6.968600 , 80.773600 | 
| Hunuketegala | 6.966600 , 80.634000 | 
| Jayalanka | 6.990700 , 80.803000 | 
| Kandapola Colony | 6.989400 , 80.812700 | 
| Kandapola Town | 7.012600 , 80.820200 | 
| Kelegala | 6.948500 , 80.769900 | 
| Kelliewatte | 6.979800 , 80.605800 | 
| Kirimetiya | 6.909200 , 80.733900 | 
| Kotagala | 6.928400 , 80.606100 | 
| Kudaoya Colony | 7.010200 , 80.736400 | 
| Lemaliar Colony | 6.933500 , 80.676100 | 
| Letchamiya | 6.863800 , 80.723000 | 
| Lindula | 6.921700 , 80.685000 | 
| Mahagastota | 6.939700 , 80.771300 | 
| Mayfield | 6.921500 , 80.592800 | 
| Meepalana | 6.922300 , 80.770300 | 
| Mihidumpura | 6.990600 , 80.817300 | 
| Molagusena | 6.882200 , 80.722500 | 
| Mudongama | 6.971400 , 80.743200 | 
| Nagasena | 6.900400 , 80.678500 | 
| Nanu Oya | 6.941700 , 80.745300 | 
| Nuwara Eliya | 6.970780 , 80.782860 | 
| Pattipola | 6.849800 , 80.823600 | 
| Perakumpura | 6.922400 , 80.742900 | 
| Portmore | 6.860500 , 80.723700 | 
| Radella | 6.938100 , 80.720800 | 
| Roshetagama | 6.911400 , 80.605100 | 
| Sashinath's Home | 6.969780 , 80.783360 | 
| Seetha Eliya | 6.935000 , 80.801600 | 
| Senside | 6.910600 , 80.627200 | 
| Sommerset | 6.930800 , 80.724000 | 
| Springkell | 6.943000 , 80.600600 | 
| Talawakele | 6.937100 , 80.658100 | 
| Utumalliya | 6.866900 , 80.714000 | 
| Walahawatta | 6.904700 , 80.673100 | 
| Watagoda | 6.970400 , 80.649300 | 
| Wijabapura | 6.978100 , 80.807900 | 
Notes:
- You can download geometry data for Nuwara Eliya 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.