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 : ( 33.952002 , -80.481318 , 34.367958 , -80.000594 )
Wikipedia ID for Lee : Q304065
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:Q304065 wdt:P1082 ?population. }
OPTIONAL { wd:Q304065 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q304065 wdt:P2046 ?area. }
OPTIONAL { wd:Q304065 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q304065 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q304065 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"](33.952002, -80.481318, 34.367958, -80.000594);
);
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) |
Alcot | 34.250710 , -80.180070 |
Ashland | 34.339880 , -80.198130 |
Ashwood | 34.109040 , -80.316470 |
Atkins | 34.037940 , -80.115350 |
Bishopville | 34.220307 , -80.248200 |
Cypress Crossroads | 34.216820 , -80.134790 |
DuBose Crossroads | 34.078770 , -80.317020 |
Dunlape Crossroads | 34.065160 , -80.135070 |
Elliott | 34.107100 , -80.163680 |
English Crossroads | 34.115710 , -80.222300 |
Hammetts Crossroads | 34.149320 , -80.309520 |
Kiffs Crossroads | 34.178770 , -80.143400 |
Lucknow | 34.292650 , -80.337570 |
Lynchburg | 34.060005 , -80.076974 |
Manville | 34.154040 , -80.303410 |
McCutchens Crossroads | 34.145990 , -80.234800 |
Mechanicsville | 34.098770 , -80.315080 |
Red Hill | 34.169040 , -80.411190 |
Rhodes Crossroads | 34.005710 , -80.173690 |
Rose Hill | 34.136820 , -80.335350 |
Saint Charles | 34.066550 , -80.218130 |
Scottsville | 33.956830 , -80.166740 |
Shannon Hill | 34.251540 , -80.203960 |
South Lynchburg | 34.052380 , -80.060900 |
Spring Hill | 34.151540 , -80.438410 |
Spur | 34.168210 , -80.298130 |
Thursa | 34.254600 , -80.287290 |
Una | 34.270150 , -80.134510 |
Wells Crossroads | 34.067930 , -80.162570 |
Wisacky | 34.148210 , -80.193410 |
Woodrow | 34.094880 , -80.377860 |
Zemp | 34.270710 , -80.326740 |
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.