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 : ( 42.032709 , -90.898654 , 42.382308 , -90.154221 )
Wikipedia ID for Jackson : Q485780
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:Q485780 wdt:P1082 ?population. }
OPTIONAL { wd:Q485780 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485780 wdt:P2046 ?area. }
OPTIONAL { wd:Q485780 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485780 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485780 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"](42.032709, -90.898654, 42.382308, -90.154221);
);
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) |
Andrew | 42.153216 , -90.591931 |
Baldwin | 42.073205 , -90.838515 |
Bellevue | 42.262335 , -90.431815 |
Bridgeport | 42.089460 , -90.627080 |
Canton | 42.163350 , -90.895700 |
Cottonville | 42.236960 , -90.602070 |
Crab Town | 42.173350 , -90.805970 |
East Canton | 42.163900 , -90.895970 |
East Iron Hills | 42.143070 , -90.737640 |
Emeline | 42.155290 , -90.830690 |
Fulton | 42.153630 , -90.678190 |
Garry Owen | 42.283340 , -90.831800 |
Green Island | 42.153630 , -90.322070 |
Hurstville | 42.097520 , -90.683190 |
Ironhills | 42.141680 , -90.769860 |
La Motte | 42.295734 , -90.623429 |
Lainsville | 42.129740 , -90.204570 |
Maquoketa | 42.059899 , -90.665088 |
Miles | 42.048783 , -90.315084 |
Millrock | 42.055020 , -90.839310 |
Monmouth | 42.075103 , -90.882160 |
Nashville | 42.062520 , -90.783750 |
Otter Creek | 42.240570 , -90.682630 |
Ozark | 42.195290 , -90.875420 |
Pleasant Creek | 42.199460 , -90.382630 |
Preston | 42.049046 , -90.397361 |
Reeceville | 42.126690 , -90.298460 |
Sabula | 42.066659 , -90.175788 |
Samoa | 42.077800 , -90.196800 |
Smiths | 42.322510 , -90.430960 |
South Garry Owen | 42.230570 , -90.807080 |
Spragueville | 42.071725 , -90.432059 |
Springbrook | 42.165592 , -90.479117 |
St. Donatus | 42.362299 , -90.542003 |
Twin Springs | 42.131970 , -90.283740 |
Van Buren | 42.084470 , -90.364850 |
West Iron Hills | 42.142240 , -90.791800 |
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.