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 : ( 34.445027 , -81.854002 , 34.913027 , -81.415894 )
Wikipedia ID for Union : Q227388
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:Q227388 wdt:P1082 ?population. }
OPTIONAL { wd:Q227388 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q227388 wdt:P2046 ?area. }
OPTIONAL { wd:Q227388 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q227388 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q227388 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"](34.445027, -81.854002, 34.913027, -81.415894);
);
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) |
Adamsburg | 34.791250 , -81.542880 |
Bonham | 34.776800 , -81.646490 |
Buffalo | 34.724433 , -81.684358 |
Carem | 34.698470 , -81.567880 |
Carlisle | 34.592041 , -81.464513 |
Colerain | 34.723740 , -81.797880 |
Cross Keys | 34.632080 , -81.776770 |
Delta | 34.539860 , -81.561210 |
Goat Alley | 34.722910 , -81.674820 |
Goshen Hill | 34.521250 , -81.563160 |
Herbert | 34.503200 , -81.423990 |
Jonesville | 34.834774 , -81.681013 |
Kelly | 34.812360 , -81.597040 |
Kelton | 34.833470 , -81.579540 |
Kennedy Mill | 34.853740 , -81.767880 |
Lockhart | 34.792407 , -81.461399 |
Lockhart Junction | 34.819020 , -81.652040 |
Mean Crossroads | 34.808190 , -81.732040 |
Monarch | 34.718470 , -81.596490 |
Monarch Mill | 34.716119 , -81.584792 |
Neal Shoals | 34.664860 , -81.449820 |
New Hill | 34.726520 , -81.589820 |
Pinckney | 34.840690 , -81.495650 |
Pinckneyville | 34.842910 , -81.468430 |
Red Hill | 34.757910 , -81.497040 |
Robat | 34.797360 , -81.503150 |
Santuc | 34.634580 , -81.522600 |
Sardis | 34.671520 , -81.633160 |
Sartor Town | 34.517640 , -81.540940 |
Sedalia | 34.604020 , -81.724550 |
South Hills | 34.687640 , -81.607040 |
Tempie Hill | 34.726520 , -81.688430 |
Tuckertown | 34.526250 , -81.485930 |
Union | 34.723620 , -81.624823 |
West Springs | 34.770970 , -81.781770 |
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.