Download outline map of Swain (geojson format) :
Swain.geojson (**)
Download polygon array of Swain map for "Google Maps" :
Swain.txt
Bounding Box for Swain Map : ( 35.279182 , -83.953363 , 35.695957 , -83.156267 )
Wikipedia ID for Swain : Q496197
Wikipedia SPARQL Query for Swain (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q496197 wdt:P1082 ?population. }
OPTIONAL { wd:Q496197 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q496197 wdt:P2046 ?area. }
OPTIONAL { wd:Q496197 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q496197 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q496197 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 Swain map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.279182, -83.953363, 35.695957, -83.156267);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Swain)
[out:json];
(
rel["name"="Swain"][type=boundary];
rel["name:en"="Swain"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Swain
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alarka | 35.353150 , -83.445440 |
Almond | 35.369820 , -83.565160 |
Birdtown | 35.468710 , -83.352100 |
Bryson City | 35.426193 , -83.447372 |
Bryson Place | 35.520930 , -83.419050 |
Carson Mill | 35.402320 , -83.531000 |
De Hart Mill | 35.391760 , -83.487380 |
Ela | 35.449540 , -83.390710 |
Fairfax | 35.453140 , -83.839900 |
Franklin Grove | 35.435650 , -83.462940 |
Halls Ford | 35.355370 , -83.510160 |
Hewitt | 35.308980 , -83.647670 |
Jackson Line | 35.398150 , -83.474880 |
Jenkins Place | 35.485100 , -83.424050 |
Lackey Hill | 35.437040 , -83.438490 |
Lauada | 35.372870 , -83.504050 |
Maple Springs | 35.357040 , -83.533500 |
Nantahala | 35.288150 , -83.666560 |
Needmore | 35.326760 , -83.522940 |
Oconaluftee Indian Village | 35.486770 , -83.322650 |
Ocono Lufty | 35.531213 , -83.227229 |
Proctor | 35.473420 , -83.726280 |
Ravensford | 35.510930 , -83.295430 |
Roundhill | 35.431210 , -83.524880 |
Smokemont | 35.579769 , -83.345420 |
Solola Valley | 35.497040 , -83.500720 |
Talc Mountain | 35.313700 , -83.641000 |
Three Forks | 35.644820 , -83.262100 |
Unahala | 35.354820 , -83.409880 |
Wesser | 35.333150 , -83.591280 |
Whittier | 35.435100 , -83.360150 |
Wright Place | 35.345370 , -83.603500 |
Notes:
- You can download geometry data for Swain 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.