Download outline map of Watauga (geojson format) :
Watauga.geojson (**)
Download polygon array of Watauga map for "Google Maps" :
Watauga.txt
Bounding Box for Watauga Map : ( 36.111544 , -81.918113 , 36.391242 , -81.455579 )
Wikipedia ID for Watauga : Q502880
Wikipedia SPARQL Query for Watauga (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q502880 wdt:P1082 ?population. }
OPTIONAL { wd:Q502880 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q502880 wdt:P2046 ?area. }
OPTIONAL { wd:Q502880 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q502880 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q502880 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 Watauga map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.111544, -81.918113, 36.391242, -81.455579);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Watauga)
[out:json];
(
rel["name"="Watauga"][type=boundary];
rel["name:en"="Watauga"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Watauga
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Adams | 36.230349 , -81.711470 |
Aho | 36.159300 , -81.616490 |
Amantha | 36.278740 , -81.779830 |
Ansley Heights | 36.138180 , -81.712880 |
Bamboo | 36.193740 , -81.607880 |
Beech Mountain | 36.210354 , -81.887916 |
Bethel | 36.293460 , -81.849280 |
Blowing Rock | 36.129103 , -81.671328 |
Boone | 36.210924 , -81.667368 |
Boone Fork | 36.122350 , -81.738440 |
Cove Creek | 36.276270 , -81.782878 |
Deep Gap | 36.233889 , -81.503834 |
Echo Park | 36.130960 , -81.668440 |
Forest Grove | 36.300400 , -81.807330 |
Foscoe | 36.153515 , -81.773664 |
Grandview Heights | 36.219020 , -81.683720 |
Hemlock Ridge | 36.118180 , -81.767610 |
Hillcrest | 36.221240 , -81.667880 |
Hodges Gap | 36.207070 , -81.700660 |
Hogetown | 36.189300 , -81.533990 |
Hounds Ear | 36.177910 , -81.745110 |
Kellersville | 36.245400 , -81.897610 |
Kelsey | 36.122350 , -81.724830 |
Laurel Park | 36.124570 , -81.680940 |
Laxon | 36.235410 , -81.546220 |
Leander | 36.286510 , -81.858730 |
Lovill | 36.234850 , -81.733440 |
Mabel | 36.317350 , -81.768720 |
Matney | 36.191790 , -81.810940 |
Mayview Park | 36.130410 , -81.686220 |
Meat Camp | 36.299570 , -81.676500 |
Mill Ridge | 36.138740 , -81.772610 |
North Fork | 36.327350 , -81.777610 |
Oak Grove | 36.224850 , -81.709000 |
Peoria | 36.290680 , -81.893450 |
Perkinsville | 36.219020 , -81.659270 |
Poplar Grove | 36.197910 , -81.708720 |
Pottertown | 36.351510 , -81.672610 |
Powderhorn Mountain | 36.163740 , -81.505930 |
Reese | 36.325680 , -81.824560 |
Rominger | 36.226240 , -81.838450 |
Rutherwood | 36.224570 , -81.598720 |
Sands | 36.250960 , -81.648160 |
Sherwood | 36.269850 , -81.776500 |
Shulls Mill | 36.173740 , -81.743720 |
Silverstone | 36.288180 , -81.751780 |
Ski Mountain | 36.152070 , -81.664550 |
Soda Hill | 36.276240 , -81.637610 |
Solo | 36.282070 , -81.617610 |
Stony Fork | 36.211240 , -81.485930 |
Sugar Grove | 36.257900 , -81.788170 |
Sweetwater | 36.292620 , -81.819840 |
Triplett | 36.203180 , -81.558710 |
Valle Crucis | 36.207478 , -81.786018 |
Valley Creek | 36.144850 , -81.798720 |
Vilas | 36.245680 , -81.767610 |
Zionville | 36.334850 , -81.743170 |
Notes:
- You can download geometry data for Watauga 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.