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 : ( 32.145625 , -92.8223 , 32.496406 , -92.311599 )
Wikipedia ID for Jackson : Q505392
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:Q505392 wdt:P1082 ?population. }
OPTIONAL { wd:Q505392 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q505392 wdt:P2046 ?area. }
OPTIONAL { wd:Q505392 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q505392 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q505392 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"](32.145625, -92.8223, 32.496406, -92.311599);
);
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) |
| Ansley | 32.395710 , -92.692930 |
| Antioch | 32.317100 , -92.688760 |
| Bear Creek | 32.314600 , -92.758760 |
| Beech Springs | 32.306820 , -92.646820 |
| Cartwright | 32.467930 , -92.469870 |
| Chatham | 32.309370 , -92.452037 |
| Clay | 32.432930 , -92.677090 |
| Concord | 32.313490 , -92.494590 |
| East Hodge | 32.277550 , -92.714030 |
| Ebenzer | 32.446260 , -92.557370 |
| Eros | 32.392558 , -92.423933 |
| Evergreen | 32.177660 , -92.766820 |
| Hebron | 32.287100 , -92.619590 |
| Hilltop | 32.340990 , -92.701820 |
| Hodge | 32.271930 , -92.730391 |
| Jonesboro | 32.234771 , -92.709764 |
| Kelleys | 32.475980 , -92.558480 |
| Lakefield | 32.279600 , -92.754880 |
| Longstraw | 32.495980 , -92.549040 |
| Lyons | 32.159880 , -92.484030 |
| Mount Hebron | 32.211820 , -92.510700 |
| Mount Moriah | 32.286820 , -92.413480 |
| North Hodge | 32.284517 , -92.717223 |
| Pleasant Hill | 32.206540 , -92.433480 |
| Punkin Center | 32.300430 , -92.700980 |
| Quitman | 32.350707 , -92.723590 |
| Rockfield | 32.290990 , -92.725150 |
| Saint Claire | 32.332650 , -92.514310 |
| Saint Rest | 32.349040 , -92.622370 |
| Siloam Springs | 32.162940 , -92.672370 |
| Spring Hill | 32.208770 , -92.640710 |
| Vernon | 32.388760 , -92.571540 |
| Walker | 32.190160 , -92.583760 |
| Watts | 32.155440 , -92.703210 |
| Weston | 32.244040 , -92.613480 |
| Womack | 32.238210 , -92.472920 |
| Wood Junction | 32.342100 , -92.411530 |
| Zoar | 32.179320 , -92.379590 |
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.