Download outline map of Lee (geojson format) :
Lee.geojson (**)
Download polygon array of Lee map for "Google Maps" :
Lee.txt
Bounding Box for Lee Map : ( 36.593714 , -83.675395 , 36.893346 , -82.771308 )
Wikipedia ID for Lee : Q514008
Wikipedia SPARQL Query for Lee (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q514008 wdt:P1082 ?population. }
OPTIONAL { wd:Q514008 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q514008 wdt:P2046 ?area. }
OPTIONAL { wd:Q514008 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q514008 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q514008 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 Lee map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.593714, -83.675395, 36.893346, -82.771308);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Lee)
[out:json];
(
rel["name"="Lee"][type=boundary];
rel["name:en"="Lee"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Lee
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ben Hur | 36.732870 , -83.082110 |
Benedict | 36.843150 , -83.029890 |
Blackwater | 36.627310 , -83.050720 |
Bonny Blue | 36.827030 , -83.068220 |
Boons Path | 36.679250 , -83.352130 |
Bundy | 36.829810 , -82.931000 |
Calvin | 36.852040 , -82.941550 |
Carrol Mill | 36.675920 , -83.262120 |
Caylor | 36.630640 , -83.494350 |
Cedar Hill | 36.664250 , -83.241570 |
Collier Mill | 36.714810 , -83.030170 |
Cowan Mill | 36.628700 , -83.466850 |
Darbyville | 36.830370 , -83.052390 |
Darnell Town | 36.864540 , -82.899880 |
Deep Springs | 36.783430 , -82.866830 |
Dona | 36.594260 , -82.991000 |
Dryden | 36.776417 , -82.943308 |
Edds Mill | 36.632310 , -83.359900 |
Ely | 36.769260 , -82.989610 |
Ewing | 36.638087 , -83.429089 |
Fleenortown | 36.705370 , -83.130450 |
Gibson Station | 36.604250 , -83.597410 |
Hagan | 36.704250 , -83.286570 |
Harvey | 36.784260 , -82.817660 |
Hockett | 36.730370 , -83.185730 |
Hubbard Springs | 36.722870 , -83.220450 |
Jasper | 36.768150 , -82.822940 |
Jonesville | 36.687630 , -83.113709 |
Jonesville Camp Ground | 36.681760 , -83.143780 |
Keokee | 36.862229 , -82.916171 |
Kesterson Mill | 36.627310 , -83.494350 |
Kincer Mill | 36.634530 , -83.106000 |
Maness | 36.782310 , -83.057670 |
Mayflower | 36.829810 , -83.080720 |
Monarch | 36.835370 , -83.031000 |
Nash Mill | 36.602030 , -83.583250 |
Newtown | 36.841480 , -82.901000 |
Ocoonita | 36.733420 , -83.137390 |
Olinger | 36.817320 , -82.864610 |
Penn Lee | 36.789810 , -83.056560 |
Pennington Gap | 36.759450 , -83.029524 |
Pocket | 36.781480 , -83.042670 |
Pughs | 36.751200 , -82.991550 |
Rawhide | 36.855650 , -82.911000 |
Rose Hill | 36.667027 , -83.375318 |
Seminary | 36.810650 , -82.833500 |
Shepherd Hill | 36.843150 , -82.944330 |
Sigma | 36.830090 , -82.936550 |
Smiley | 36.692590 , -83.287400 |
St. Charles | 36.805134 , -83.057415 |
Stickleyville | 36.707040 , -82.907110 |
Stone Creek | 36.776480 , -83.056840 |
Sulphur Springs | 36.725640 , -83.080730 |
Van | 36.613700 , -83.155450 |
Wheeler | 36.622030 , -83.555190 |
Wilson Hill | 36.640370 , -83.282680 |
Notes:
- You can download geometry data for Lee 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.