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 : ( 30.564336 , -85.600291 , 31.000968 , -84.857921 )
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"](30.564336, -85.600291, 31.000968, -84.857921);
);
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) |
Alford | 30.696115 , -85.394651 |
Alliance | 30.609920 , -85.113530 |
Bascom | 30.928019 , -85.118023 |
Browntown | 30.982400 , -85.467160 |
Buena Vista | 30.879630 , -85.034930 |
Campbellton | 30.950981 , -85.401885 |
Chipola Terrace | 30.827410 , -85.165760 |
Collins Mill | 30.966020 , -85.531040 |
Compass Lake | 30.592690 , -85.392700 |
Cottondale | 30.789029 , -85.364089 |
Cypress | 30.713250 , -85.073810 |
Dellwood | 30.823800 , -85.049650 |
Dogwood Heights | 30.796930 , -85.193130 |
Ellis | 30.932690 , -85.236040 |
Ellis Church | 30.965190 , -85.239650 |
Glass | 30.864360 , -85.428540 |
Graceville | 30.960978 , -85.512466 |
Grand Ridge | 30.710751 , -85.019682 |
Greenwood | 30.872911 , -85.161054 |
Haynes | 30.868520 , -84.957430 |
Hornsville | 30.941300 , -85.003540 |
Inwood | 30.700470 , -84.974090 |
Jacob City | 30.892645 , -85.410591 |
Kynesville | 30.731300 , -85.354650 |
Mallory Heights | 30.761300 , -85.188820 |
Malone | 30.958567 , -85.162089 |
Marianna | 30.790507 , -85.230323 |
Oakdale | 30.710470 , -85.185200 |
Ocheesee Gardens | 30.657420 , -84.969920 |
Parramore | 30.872130 , -84.992980 |
Rambo | 30.996850 , -85.403820 |
Richter Crossroads | 30.836860 , -85.502150 |
Rock Creek | 30.651860 , -85.160200 |
Round Lake | 30.651580 , -85.388820 |
Shady Grove | 30.652970 , -84.996310 |
Sills | 30.945190 , -85.283270 |
Simsville | 30.680750 , -85.174090 |
Sinai | 30.661860 , -84.910200 |
Sink Creek | 30.622690 , -85.151590 |
Sneads | 30.708562 , -84.924727 |
Star | 30.717690 , -85.136590 |
Steele City | 30.724360 , -85.387710 |
Two Egg | 30.852690 , -85.076320 |
Waddells Mill | 30.870470 , -85.325490 |
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.