Jefferson (Georgia) Map Cropping Samples

Jefferson (Georgia) Map Cropping Samples-1

Jefferson (Georgia) Map Cropping Samples-2

Jefferson neighborhoods and villages map with 3D shadow effect

flag map of Jefferson with 3D shadow effect

Jefferson map with 3d shadow effect
Download outline map of Jefferson (geojson format) :
Jefferson.geojson (**)
Download polygon array of Jefferson map for "Google Maps" :
Jefferson.txt
Bounding Box for Jefferson Map : ( 32.761452 , -82.662135 , 33.313299 , -82.232554 )
Wikipedia ID for Jefferson : Q486386
Wikipedia SPARQL Query for Jefferson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486386 wdt:P1082 ?population. }
OPTIONAL { wd:Q486386 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486386 wdt:P2046 ?area. }
OPTIONAL { wd:Q486386 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486386 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486386 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 Jefferson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.761452, -82.662135, 33.313299, -82.232554);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Jefferson)
[out:json];
(
rel["name"="Jefferson"][type=boundary];
rel["name:en"="Jefferson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Jefferson
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Aldreds | 32.949600 , -82.392900 |
| Almira | 32.944880 , -82.525960 |
| Atwell | 33.140700 , -82.286230 |
| Avera | 33.193423 , -82.528732 |
| Bartow | 32.881573 , -82.471157 |
| Cunningham Corner | 32.845430 , -82.358460 |
| Ellis Plantation | 33.109590 , -82.338460 |
| Louisville | 32.995538 , -82.400015 |
| Matthews | 33.217550 , -82.307891 |
| Moxley | 32.919600 , -82.391240 |
| Noah | 33.215420 , -82.285960 |
| Old Town | 32.914040 , -82.309010 |
| Omaha Springs | 33.169590 , -82.543180 |
| Stapleton | 33.216889 , -82.467240 |
| Stapletons Crossroads | 33.100980 , -82.504020 |
| Stellaville | 33.190150 , -82.331240 |
| Wadley | 32.866320 , -82.401372 |
| Wrens | 33.207005 , -82.387817 |
| Wrens Station | 33.193760 , -82.400400 |
| Zebina | 33.164590 , -82.353740 |
Notes:
- You can download geometry data for Jefferson 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.