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 : ( 36.160906 , -84.009753 , 36.435879 , -83.667408 )
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"](36.160906, -84.009753, 36.435879, -83.667408);
);
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) |
Acuff | 36.315910 , -83.719910 |
Alder Springs | 36.238140 , -83.864630 |
Beulah | 36.185360 , -83.926020 |
Braden | 36.417580 , -83.875470 |
Chesney | 36.230080 , -83.712410 |
Condon | 36.181190 , -83.793800 |
Dykes | 36.365360 , -83.832690 |
Hickory Star Landing | 36.292420 , -83.890078 |
Hinds Creek Valley | 36.204800 , -83.931580 |
Irwin | 36.330080 , -83.829640 |
Lickskillet | 36.287580 , -83.800470 |
Little Barren | 36.365640 , -83.755740 |
Luttrell | 36.209929 , -83.747707 |
Maynardville | 36.246638 , -83.806435 |
Mossy Spring | 36.354800 , -83.920470 |
New Loyston | 36.227020 , -83.922690 |
Oak Grove | 36.353410 , -83.818800 |
Paulette | 36.191470 , -83.889910 |
Pinhook | 36.279800 , -83.817410 |
Plainview | 36.181036 , -83.793304 |
Pleasant Valley | 36.194530 , -83.829910 |
Ridenour | 36.226470 , -83.952690 |
Rose Hill | 36.306750 , -83.760190 |
Sharps Chapel | 36.343690 , -83.804080 |
Welch Crossroad | 36.355910 , -83.844640 |
White Hollow | 36.346750 , -83.895190 |
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.