Download outline map of Ashe (geojson format) :
Ashe.geojson (**)
Download polygon array of Ashe map for "Google Maps" :
Ashe.txt
Bounding Box for Ashe Map : ( 36.240272 , -81.741997 , 36.588157 , -81.244126 )
Wikipedia ID for Ashe : Q491626
Wikipedia SPARQL Query for Ashe (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q491626 wdt:P1082 ?population. }
OPTIONAL { wd:Q491626 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q491626 wdt:P2046 ?area. }
OPTIONAL { wd:Q491626 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q491626 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q491626 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 Ashe map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.240272, -81.741997, 36.588157, -81.244126);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ashe)
[out:json];
(
rel["name"="Ashe"][type=boundary];
rel["name:en"="Ashe"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Ashe
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Ashland | 36.440960 , -81.659560 |
| Baldwin | 36.347630 , -81.532880 |
| Beaver Creek | 36.377350 , -81.502330 |
| Bina | 36.483730 , -81.499000 |
| Brandon | 36.535680 , -81.510940 |
| Brownwood | 36.276790 , -81.554550 |
| Chestnut Hill | 36.505400 , -81.352320 |
| Clifton | 36.446790 , -81.570940 |
| Comet | 36.482070 , -81.554550 |
| Creston | 36.427900 , -81.623720 |
| Crumpler | 36.504010 , -81.394270 |
| Dresden | 36.458180 , -81.545660 |
| Fig | 36.452900 , -81.604280 |
| Flatwood | 36.555680 , -81.653450 |
| Fleetwood | 36.306240 , -81.513440 |
| Glendale Springs | 36.345130 , -81.380380 |
| Grassy Creek | 36.573730 , -81.388710 |
| Grayson | 36.536230 , -81.683720 |
| Helton | 36.548180 , -81.468720 |
| Idlewild | 36.289300 , -81.446210 |
| Jefferson | 36.420846 , -81.468758 |
| Lansing | 36.498901 , -81.509800 |
| Listening Rock | 36.557060 , -81.639840 |
| Meadow Creek | 36.282029 , -81.550869 |
| Mill Creek | 36.319290 , -81.563720 |
| Nathans Creek | 36.449010 , -81.388710 |
| Nella | 36.569290 , -81.547330 |
| Obids | 36.308460 , -81.387040 |
| Ore Knob | 36.400410 , -81.329260 |
| Othello | 36.362350 , -81.446210 |
| Oval | 36.330400 , -81.488160 |
| Parker | 36.457900 , -81.689280 |
| Roten | 36.471510 , -81.617330 |
| Scottville | 36.480400 , -81.307600 |
| Sessex | 36.561790 , -81.418990 |
| Shatley Springs | 36.476240 , -81.402600 |
| Smethport | 36.426510 , -81.501770 |
| Sturgills | 36.555400 , -81.498440 |
| Sutherland | 36.394290 , -81.691780 |
| Todd | 36.309570 , -81.595380 |
| Toliver | 36.368460 , -81.600110 |
| Transou | 36.404020 , -81.300370 |
| Trout | 36.395120 , -81.609280 |
| Tuckerdale | 36.527900 , -81.532890 |
| Wagoner | 36.401790 , -81.386490 |
| Warrensville | 36.460680 , -81.519000 |
| Weavers Ford | 36.549290 , -81.373710 |
| West Jefferson | 36.394579 , -81.489612 |
| Woodford | 36.345130 , -81.590660 |
| Yates | 36.289850 , -81.458990 |
Notes:
- You can download geometry data for Ashe 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.