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 : ( 32.40984 , -85.696955 , 32.74653 , -85.00102 )
Wikipedia ID for Lee : Q501055
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:Q501055 wdt:P1082 ?population. }
OPTIONAL { wd:Q501055 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q501055 wdt:P2046 ?area. }
OPTIONAL { wd:Q501055 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q501055 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q501055 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"](32.40984, -85.696955, 32.74653, -85.00102);
);
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) |
Alta Vista | 32.654860 , -85.393840 |
Auburn | 32.608392 , -85.489626 |
Beans Mill | 32.697080 , -85.267440 |
Beauregard | 32.543190 , -85.370780 |
Beehive | 32.553750 , -85.578010 |
Beulah | 32.711240 , -85.182160 |
Blands Landing | 32.667378 , -85.104383 |
Blanton | 32.734580 , -85.133830 |
Bleecker | 32.582360 , -85.164110 |
Dupree | 32.468470 , -85.367720 |
Farmville | 32.665970 , -85.489950 |
Gold Hill | 32.721800 , -85.507730 |
Griffen Mill | 32.525970 , -85.266330 |
Halawaka | 32.664580 , -85.171330 |
James | 32.644860 , -85.573010 |
Jamesville | 32.712910 , -85.621060 |
Jester | 32.703470 , -85.143550 |
Loachapoka | 32.604936 , -85.594785 |
Marvyn | 32.439030 , -85.364110 |
McCulloh | 32.706520 , -85.149660 |
McRitchie Mill | 32.619300 , -85.632450 |
Meadows Crossroads | 32.520420 , -85.254390 |
Meadows Mill | 32.529300 , -85.254660 |
Mechanicsville | 32.666800 , -85.146880 |
Middle Brooks Crossroads | 32.694020 , -85.602450 |
Mitchell Crossroads | 32.538750 , -85.413280 |
Moffits Mill | 32.510140 , -85.185220 |
Monterey Heights | 32.512080 , -85.090770 |
Motts | 32.572360 , -85.138550 |
Mount Jefferson | 32.709580 , -85.372450 |
North Auburn | 32.654860 , -85.451060 |
Opelika | 32.662027 , -85.377334 |
Parkers Crossroads | 32.561800 , -85.344670 |
Pine Grove | 32.716240 , -85.251890 |
Powledge | 32.627080 , -85.154380 |
Ridge Grove | 32.657910 , -85.518010 |
Rowells Crossroads | 32.686240 , -85.577170 |
Roxana | 32.687080 , -85.669120 |
Salem | 32.596800 , -85.238550 |
Shotwell | 32.584300 , -85.183550 |
Smiths Station | 32.528564 , -85.096039 |
Spring Villa | 32.588470 , -85.311330 |
Stonewall | 32.706520 , -85.477450 |
The Bottle | 32.676240 , -85.486340 |
Tillery Crossroad | 32.693740 , -85.196050 |
Union Crossroads | 32.570970 , -85.411610 |
Wacoochee Valley | 32.629580 , -85.138270 |
Watoola | 32.464580 , -85.352440 |
Whatley Cross Road | 32.497640 , -85.374670 |
Wright Crossroads | 32.532910 , -85.469950 |
Yarbrough | 32.715970 , -85.199110 |
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.