Lee (Georgia) Map Cropping Samples
Lee (Georgia) Map Cropping Samples-1
Lee (Georgia) Map Cropping Samples-2
Lee neighborhoods and villages map with 3D shadow effect
flag map of Lee with 3D shadow effect
Lee map with 3d shadow effect
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 : ( 31.621951 , -84.33861 , 31.91619 , -83.922494 )
Wikipedia ID for Lee : Q491508
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:Q491508 wdt:P1082 ?population. }
OPTIONAL { wd:Q491508 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q491508 wdt:P2046 ?area. }
OPTIONAL { wd:Q491508 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q491508 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q491508 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"](31.621951, -84.33861, 31.91619, -83.922494);
);
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) |
Armena | 31.681000 , -84.284630 |
Byne Crossroads | 31.697670 , -84.219350 |
Century | 31.677390 , -84.162690 |
Chehaw | 31.708510 , -84.050460 |
Chokee | 31.893780 , -84.049630 |
Eagle Pond | 31.858220 , -84.231300 |
Forrester | 31.649900 , -84.162690 |
Jordan Place | 31.756000 , -84.208520 |
Leesburg | 31.732480 , -84.168728 |
Mossy Dell | 31.760730 , -84.113240 |
Neyami | 31.823780 , -84.215190 |
Oakland | 31.674060 , -84.259910 |
Philema | 31.754060 , -84.016850 |
Scrutchins | 31.864340 , -84.196580 |
Smithville | 31.901276 , -84.255244 |
Starksville | 31.772120 , -84.145460 |
Stocks | 31.655170 , -84.090460 |
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.