Download outline map of Hancock (geojson format) :
Hancock.geojson (**)
Download polygon array of Hancock map for "Google Maps" :
Hancock.txt
Bounding Box for Hancock Map : ( 36.388189 , -83.472108 , 36.598187 , -82.830433 )
Wikipedia ID for Hancock : Q495059
Wikipedia SPARQL Query for Hancock (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q495059 wdt:P1082 ?population. }
OPTIONAL { wd:Q495059 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q495059 wdt:P2046 ?area. }
OPTIONAL { wd:Q495059 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q495059 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q495059 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 Hancock map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.388189, -83.472108, 36.598187, -82.830433);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hancock)
[out:json];
(
rel["name"="Hancock"][type=boundary];
rel["name:en"="Hancock"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Hancock
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Alanthus Hill | 36.565360 , -83.391570 |
| Big Creek | 36.491480 , -83.354350 |
| Big Springs | 36.588980 , -82.923780 |
| Bray | 36.423420 , -83.327680 |
| Chestnut Grove | 36.522310 , -83.112120 |
| Dry Branch | 36.565090 , -83.147120 |
| Duck Creek | 36.491200 , -83.223230 |
| Evanston | 36.507590 , -83.287120 |
| Fox Branch | 36.587030 , -83.108780 |
| Independence | 36.559260 , -82.936280 |
| Kyles Ford | 36.570920 , -83.043220 |
| Lawson Mill | 36.471480 , -83.309340 |
| Livesay Mill | 36.558150 , -83.038500 |
| Luther | 36.460920 , -83.240170 |
| Martin Creek | 36.584810 , -83.354070 |
| New Hope | 36.472310 , -83.179620 |
| Papaw | 36.421200 , -83.362400 |
| Ramsey | 36.544530 , -83.297120 |
| Rock Hill | 36.550650 , -83.117120 |
| Seal Mathis | 36.506190 , -83.263640 |
| Sneedville | 36.537022 , -83.210034 |
| Sunnyside | 36.555090 , -83.318790 |
| Thompson Mill | 36.582860 , -83.368510 |
| Treadway | 36.418700 , -83.224340 |
| Trent Valley | 36.497590 , -83.192120 |
| Vardy | 36.578420 , -83.180450 |
| Willis | 36.585920 , -83.016830 |
| Xenophon | 36.490920 , -83.326290 |
| Yount Town | 36.442870 , -83.237670 |
Notes:
- You can download geometry data for Hancock 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.