Download outline map of Whitley (geojson format) :
Whitley.geojson (**)
Download polygon array of Whitley map for "Google Maps" :
Whitley.txt
Bounding Box for Whitley Map : ( 36.587691 , -84.355967 , 36.972995 , -83.877503 )
Wikipedia ID for Whitley : Q506342
Wikipedia SPARQL Query for Whitley (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q506342 wdt:P1082 ?population. }
OPTIONAL { wd:Q506342 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q506342 wdt:P2046 ?area. }
OPTIONAL { wd:Q506342 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q506342 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q506342 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 Whitley map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.587691, -84.355967, 36.972995, -83.877503);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Whitley)
[out:json];
(
rel["name"="Whitley"][type=boundary];
rel["name:en"="Whitley"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Whitley
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ayers | 36.630920 , -84.228540 |
Bon | 36.723420 , -84.191600 |
Carpenter | 36.715920 , -83.971320 |
Clio | 36.817860 , -84.199380 |
Corbin | 36.931992 , -84.100313 |
Dal | 36.718140 , -84.095490 |
Dixie | 36.694530 , -84.053260 |
Duckrun | 36.735910 , -84.316600 |
Emlyn | 36.702299 , -84.141736 |
Faber | 36.873700 , -84.130210 |
Fairview | 36.600080 , -84.111600 |
Gatliff | 36.681750 , -84.026320 |
Goins | 36.700080 , -83.939370 |
Goldbug | 36.792580 , -84.167990 |
Grove | 36.932580 , -84.223550 |
Highland Park | 36.749250 , -84.158820 |
Jellico Creek | 36.687780 , -84.233330 |
Julip | 36.742860 , -84.065760 |
Liberty | 36.764810 , -84.204100 |
Lot | 36.600910 , -84.087710 |
Louden | 36.751750 , -84.025760 |
Lucky | 36.737030 , -84.072150 |
Mountain Ash | 36.657580 , -84.128820 |
Packard | 36.667580 , -84.055760 |
Perkins | 36.783970 , -84.060760 |
Pleasant View | 36.678115 , -84.128356 |
Red Ash | 36.616470 , -84.121870 |
Redbird | 36.762030 , -84.219940 |
Rockholds | 36.830838 , -84.113072 |
Saxton | 36.633690 , -84.109930 |
Scuffletown | 36.934790 , -84.130040 |
Siler | 36.694530 , -83.958820 |
Verne | 36.719250 , -84.069650 |
Walden | 36.845920 , -84.167710 |
Williamsburg | 36.738875 , -84.167910 |
Wofford | 36.782580 , -84.135210 |
Woodbine | 36.904810 , -84.088820 |
Woodland Estates | 36.936820 , -84.193880 |
Yaden | 36.740360 , -84.102150 |
Youngs Creek | 36.865360 , -84.241050 |
Notes:
- You can download geometry data for Whitley 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.