Download outline map of Union (geojson format) :
Union.geojson (**)
Download polygon array of Union map for "Google Maps" :
Union.txt
Bounding Box for Union Map : ( 37.469879 , -88.160389 , 37.901685 , -87.734545 )
Wikipedia ID for Union : Q502707
Wikipedia SPARQL Query for Union (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q502707 wdt:P1082 ?population. }
OPTIONAL { wd:Q502707 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q502707 wdt:P2046 ?area. }
OPTIONAL { wd:Q502707 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q502707 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q502707 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 Union map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.469879, -88.160389, 37.901685, -87.734545);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Union)
[out:json];
(
rel["name"="Union"][type=boundary];
rel["name:en"="Union"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Union
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arnold | 37.581160 , -87.918080 |
Blackburn | 37.695600 , -88.120310 |
Bordley | 37.559210 , -87.869740 |
Boxtown | 37.780040 , -87.925770 |
Boxville | 37.616729 , -87.853718 |
Breckinridge Center | 37.682029 , -87.865597 |
Camp Breckinridge | 37.693227 , -87.905581 |
Caseyville | 37.537830 , -88.064190 |
Chapman | 37.716160 , -87.915300 |
Cullen | 37.589490 , -87.878080 |
Curlew | 37.577830 , -88.086700 |
Dekoven | 37.574770 , -88.072250 |
Flournoy | 37.695600 , -87.861410 |
Givens | 37.611150 , -87.772240 |
Grangertown | 37.550880 , -88.006690 |
Grove Center | 37.639770 , -88.013080 |
Hamner | 37.647820 , -87.946970 |
Harding | 37.648100 , -87.985580 |
Hazel | 37.512270 , -87.989470 |
Henshaw | 37.621710 , -88.055580 |
Hitesville | 37.752540 , -87.827800 |
Kern Orchard | 37.576730 , -87.971740 |
Morganfield | 37.686849 , -87.888585 |
Mulfordtown | 37.543660 , -88.072530 |
Pride | 37.558380 , -87.890850 |
Raleigh | 37.727820 , -88.059480 |
Robinsville | 37.771260 , -87.850710 |
Shrote | 37.623780 , -87.944780 |
Spring Grove | 37.680880 , -88.027530 |
St. Vincent | 37.704770 , -87.840020 |
Sturgis | 37.546552 , -87.987807 |
Sullivan | 37.497550 , -87.945300 |
The Rocks | 37.674770 , -88.093640 |
Uniontown | 37.773232 , -87.931827 |
Waverly | 37.709156 , -87.814539 |
Yuba | 37.576160 , -87.838630 |
Notes:
- You can download geometry data for Union 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.