Download outline map of Smyth (geojson format) :
Smyth.geojson (**)
Download polygon array of Smyth map for "Google Maps" :
Smyth.txt
Bounding Box for Smyth Map : ( 36.634318 , -81.836842 , 37.018424 , -81.26162 )
Wikipedia ID for Smyth : Q378896
Wikipedia SPARQL Query for Smyth (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q378896 wdt:P1082 ?population. }
OPTIONAL { wd:Q378896 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q378896 wdt:P2046 ?area. }
OPTIONAL { wd:Q378896 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q378896 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q378896 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 Smyth map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.634318, -81.836842, 37.018424, -81.26162);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Smyth)
[out:json];
(
rel["name"="Smyth"][type=boundary];
rel["name:en"="Smyth"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Smyth
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Adwolf | 36.792934 , -81.592681 |
Allison Gap | 36.894280 , -81.776790 |
Atkins | 36.867358 , -81.399181 |
Attoway | 36.813450 , -81.467330 |
Broadford | 36.927340 , -81.672620 |
Cardwell Town | 36.902060 , -81.779010 |
Cedar Branch | 36.890110 , -81.746230 |
Cedar Springs | 36.828170 , -81.290380 |
Chatham Hill | 36.955670 , -81.523170 |
Chilhowie | 36.800995 , -81.683499 |
Dry Fork | 36.733450 , -81.620400 |
Ellendale | 36.916500 , -81.569840 |
Groseclose | 36.889560 , -81.347050 |
Holston Mill | 36.769280 , -81.593170 |
Lick Skillet | 36.894280 , -81.791230 |
Marion | 36.838880 , -81.513505 |
McCready | 36.903450 , -81.736230 |
McMullin | 36.817965 , -81.577438 |
Mount Carmel | 36.853450 , -81.478170 |
Page Hollow | 36.885390 , -81.680950 |
Pleasant Heights | 36.859000 , -81.734840 |
Quebec | 36.759560 , -81.502890 |
Ridgedale | 36.940670 , -81.573730 |
Riverside | 36.923730 , -81.625670 |
Riverside | 36.760390 , -81.632060 |
Roberts Mill | 36.774280 , -81.438720 |
Saltville | 36.875087 , -81.764294 |
Seven Mile Ford | 36.812858 , -81.629391 |
Shady Grove | 36.782620 , -81.399830 |
Slabtown | 36.757890 , -81.470390 |
Stony Battery | 36.744840 , -81.565120 |
Sugar Grove | 36.768837 , -81.407505 |
Sulphur Springs Heights | 36.803170 , -81.694290 |
Notes:
- You can download geometry data for Smyth 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.