Download outline map of Badulla (geojson format) :
Badulla.geojson (**)
Download polygon array of Badulla map for "Google Maps" :
Badulla.txt
Bounding Box for Badulla Map : ( 6.944778 , 81.044549 , 7.017687 , 81.129517 )
Wikipedia ID for Badulla : Q799713
Wikipedia SPARQL Query for Badulla (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q799713 wdt:P1082 ?population. }
OPTIONAL { wd:Q799713 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q799713 wdt:P2046 ?area. }
OPTIONAL { wd:Q799713 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q799713 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q799713 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 Badulla map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](6.944778, 81.044549, 7.017687, 81.129517);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Badulla)
[out:json];
(
rel["name"="Badulla"][type=boundary];
rel["name:en"="Badulla"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Badulla
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alubogolla | 7.002300 , 81.112900 |
Andeniya | 6.997400 , 81.066900 |
Badulla | 6.989500 , 81.055700 |
Boragahamada | 7.008500 , 81.111300 |
Damanwara | 7.008800 , 81.102600 |
Debedda | 6.966670 , 81.100000 |
Elhenamada | 7.016100 , 81.067800 |
Elliaarawa | 7.004000 , 81.118700 |
Galkanda | 7.005200 , 81.051700 |
Galpotawala | 6.981500 , 81.103000 |
Ginanandagama | 7.000900 , 81.079700 |
Gomagoda | 7.000000 , 81.083330 |
Hanwella | 6.979800 , 81.067800 |
Hegoda | 6.983330 , 81.066670 |
Hingurugamuwa | 6.972600 , 81.067200 |
Hinnarangolla | 7.002300 , 81.106000 |
Jinanandagama | 6.985000 , 81.077200 |
Kachthari | 6.991800 , 81.049500 |
Kalan Watta | 7.007400 , 81.084600 |
Kandekumbura | 6.983330 , 81.083330 |
Karunagama | 7.006000 , 81.058100 |
Kendagolla | 6.997700 , 81.108600 |
Kendalegama | 6.983330 , 81.066670 |
Kitnegallakanda | 7.009200 , 81.076400 |
Kotika-arawa | 7.016670 , 81.100000 |
Kotmallanda | 6.950000 , 81.100000 |
Lindamulla | 6.983330 , 81.066670 |
Mahakumbura | 7.016670 , 81.100000 |
Mahawelagama | 7.002200 , 81.058900 |
Malangama | 6.983330 , 81.100000 |
Mayilagastenna | 6.983330 , 81.050000 |
Mottemala | 7.002500 , 81.110800 |
Nelumgama | 7.005300 , 81.074300 |
Oliyamandiya | 7.004200 , 81.058800 |
Pallegomagoda | 7.001900 , 81.072700 |
Pitawelagama | 6.998400 , 81.047900 |
Pussalgolla | 6.983330 , 81.100000 |
Pusselgolla | 6.997200 , 81.088000 |
Rambukpotha | 6.988300 , 81.082100 |
Rideepanawatta | 7.012200 , 81.055100 |
Sirimalgoda | 7.003100 , 81.082900 |
Suvineethagama | 7.009000 , 81.055700 |
Udagomagoda | 7.012300 , 81.064300 |
Viyadiguna | 6.978700 , 81.100300 |
Wedigune | 6.966670 , 81.100000 |
Weeryapura | 7.000900 , 81.071400 |
Notes:
- You can download geometry data for Badulla 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.