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 : ( 36.212805 , -85.846483 , 36.522395 , -85.490332 )
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"](36.212805, -85.846483, 36.522395, -85.490332);
);
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) |
Antioch | 36.275340 , -85.658310 |
Burristown | 36.386730 , -85.541920 |
Carlock | 36.423670 , -85.546920 |
Center Grove | 36.263950 , -85.608590 |
Columbus Hill | 36.386450 , -85.622200 |
Cub Creek | 36.400340 , -85.715810 |
Dodson Branch | 36.314888 , -85.532193 |
Dudney Hill | 36.332280 , -85.628870 |
Flynns Lick | 36.326450 , -85.713590 |
Freewill | 36.297560 , -85.585810 |
Gainesboro | 36.361710 , -85.649557 |
Gladdice | 36.346450 , -85.805540 |
Granville | 36.271170 , -85.795260 |
Greenwood | 36.376450 , -85.543860 |
Harmony | 36.405340 , -85.601640 |
Haydenburg | 36.420610 , -85.743310 |
Highland | 36.362560 , -85.773870 |
Hurricane | 36.412840 , -85.638030 |
Liberty | 36.275610 , -85.756930 |
McCoinsville | 36.315890 , -85.636370 |
Milltown | 36.393670 , -85.799430 |
Morrison Creek | 36.330620 , -85.594420 |
Mount Union | 36.270340 , -85.525250 |
Nameless | 36.255060 , -85.710260 |
New Hope | 36.385060 , -85.509420 |
New Salem | 36.313950 , -85.669700 |
North Springs | 36.467000 , -85.755260 |
Old Antioch | 36.409500 , -85.535250 |
Rough Point | 36.360340 , -85.736370 |
Shiloh | 36.246450 , -85.592760 |
Stone | 36.394230 , -85.660810 |
Sugar Creek | 36.435340 , -85.624700 |
Union Hill | 36.234780 , -85.632760 |
Whitleyville | 36.445340 , -85.671920 |
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.