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.640552 , -84.17916 , 34.987545 , -83.780401 )
Wikipedia ID for Union : Q491547
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:Q491547 wdt:P1082 ?population. }
OPTIONAL { wd:Q491547 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q491547 wdt:P2046 ?area. }
OPTIONAL { wd:Q491547 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q491547 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q491547 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.640552, -84.17916, 34.987545, -83.780401);
);
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) |
Baxter | 34.738700 , -84.074640 |
Blairsville | 34.876053 , -83.954765 |
Bunker Hill | 34.839530 , -84.051020 |
Canal Lake | 34.895360 , -83.997970 |
Choestoe | 34.795370 , -83.887130 |
Ebenezer | 34.940920 , -83.936850 |
Fain | 34.824540 , -83.871290 |
Gaddistown | 34.703980 , -84.078800 |
Hood | 34.763700 , -83.874070 |
Ivylog | 34.962030 , -84.058800 |
Jones Creek | 34.844810 , -84.106860 |
Lance Mill | 34.947860 , -84.142970 |
Lewner | 34.948970 , -84.157690 |
Owltown | 34.813140 , -83.939910 |
Pearl | 34.958970 , -84.154910 |
Pleasant Grove | 34.842030 , -84.023250 |
Pleasant Hill | 34.894250 , -83.986300 |
Sarah | 34.667590 , -84.035750 |
Spile | 34.934530 , -83.979630 |
Suches | 34.688980 , -84.022140 |
Thomas Mill | 34.931190 , -84.137970 |
Town Creek | 34.822310 , -83.869900 |
Youngstown | 34.879810 , -83.978800 |
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.