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 : ( 35.354256 , -91.584687 , 35.890024 , -91.032499 )
Wikipedia ID for Jackson : Q190170
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:Q190170 wdt:P1082 ?population. }
OPTIONAL { wd:Q190170 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q190170 wdt:P2046 ?area. }
OPTIONAL { wd:Q190170 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q190170 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q190170 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"](35.354256, -91.584687, 35.890024, -91.032499);
);
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) |
Airport Village | 35.637860 , -91.195130 |
Algoa | 35.505920 , -91.116790 |
Amagon | 35.563185 , -91.109424 |
Auvergne | 35.513690 , -91.230680 |
Balch | 35.531750 , -91.065680 |
Beedeville | 35.428468 , -91.111251 |
Blackville | 35.483420 , -91.164850 |
Campbell Station | 35.667850 , -91.253827 |
Centerville | 35.811740 , -91.222350 |
Coffeeville | 35.491190 , -91.400410 |
Denmark | 35.484250 , -91.583190 |
Diaz | 35.647586 , -91.261803 |
Elgin | 35.763970 , -91.292630 |
Erwin | 35.562020 , -91.225960 |
Estico | 35.623130 , -91.113460 |
Fitzgerald | 35.652580 , -91.288740 |
Gourd Neck | 35.377860 , -91.140400 |
Grand Glaise | 35.475080 , -91.409850 |
Grubbs | 35.654122 , -91.075243 |
Heffington | 35.449530 , -91.513190 |
Horseshoe | 35.512860 , -91.274570 |
Ingleside | 35.489530 , -91.319850 |
Jacksonport | 35.641833 , -91.308019 |
Johnstown | 35.578410 , -91.162620 |
Kenyon | 35.792300 , -91.223460 |
Macks | 35.612580 , -91.362630 |
McFadden | 35.406470 , -91.092070 |
Murphys Corner | 35.608140 , -91.184850 |
Newport | 35.624341 , -91.231789 |
Nuckles | 35.567860 , -91.357350 |
Old Grand Glaise | 35.489800 , -91.375410 |
Olyphant | 35.524530 , -91.382350 |
Pennington | 35.589250 , -91.061230 |
Possum Grape | 35.475910 , -91.411240 |
Reamey | 35.664520 , -91.309300 |
Remmel | 35.547030 , -91.163180 |
Shoffner | 35.471470 , -91.230960 |
Spriggs Mill | 35.452580 , -91.319850 |
Stegall | 35.607300 , -91.140120 |
Stringers Mill | 35.522580 , -91.116510 |
Swifton | 35.824320 , -91.129689 |
Tuckerman | 35.723755 , -91.202453 |
Tupelo | 35.390991 , -91.229930 |
Weldon | 35.447685 , -91.231560 |
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.