Jackson (Georgia) Map Cropping Samples

Jackson (Georgia) Map Cropping Samples-1

Jackson (Georgia) Map Cropping Samples-2

Jackson neighborhoods and villages map with 3D shadow effect

flag map of Jackson with 3D shadow effect

Jackson map with 3d shadow effect
Download outline map of Jackson (geojson format) :
Jackson.geojson (**)
Download polygon array of Jackson map for "Google Maps" :
Jackson.txt
Bounding Box for Jackson Map : ( 33.965912 , -83.817682 , 34.295276 , -83.357051 )
Wikipedia ID for Jackson : Q486137
Wikipedia SPARQL Query for Jackson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486137 wdt:P1082 ?population. }
OPTIONAL { wd:Q486137 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486137 wdt:P2046 ?area. }
OPTIONAL { wd:Q486137 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486137 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486137 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 Jackson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.965912, -83.817682, 34.295276, -83.357051);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Jackson)
[out:json];
(
rel["name"="Jackson"][type=boundary];
rel["name:en"="Jackson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Jackson
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Apple Valley | 34.158720 , -83.509330 |
| Arcade | 34.070951 , -83.540364 |
| Attica | 34.018720 , -83.491830 |
| Brockton | 34.120110 , -83.494610 |
| Center | 34.055950 , -83.419330 |
| Clarksboro | 34.041220 , -83.498220 |
| Commerce | 34.212894 , -83.473015 |
| Constantine | 34.248720 , -83.651840 |
| Dry Pond | 34.191500 , -83.574890 |
| Ednaville | 34.129000 , -83.770730 |
| Fairview | 34.165110 , -83.742120 |
| Goochville | 34.159830 , -83.774900 |
| Grove Level | 34.257330 , -83.490440 |
| Hoschton | 34.093369 , -83.761710 |
| Jefferson | 34.136713 , -83.602091 |
| Maysville | 34.255092 , -83.552850 |
| Nicholson | 34.117357 , -83.428874 |
| Pendergrass | 34.164681 , -83.682662 |
| Red Stone | 34.060390 , -83.508220 |
| Sells | 34.067050 , -83.722670 |
| Talmo | 34.184893 , -83.717836 |
| Thurmack | 34.153160 , -83.738510 |
| Thyatira | 34.141220 , -83.533220 |
Notes:
- You can download geometry data for Jackson 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.