Download outline map of Grayson (geojson format) :
Grayson.geojson (**)
Download polygon array of Grayson map for "Google Maps" :
Grayson.txt
Bounding Box for Grayson Map : ( 36.559143 , -81.677393 , 36.806422 , -80.837954 )
Wikipedia ID for Grayson : Q502207
Wikipedia SPARQL Query for Grayson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q502207 wdt:P1082 ?population. }
OPTIONAL { wd:Q502207 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q502207 wdt:P2046 ?area. }
OPTIONAL { wd:Q502207 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q502207 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q502207 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 Grayson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.559143, -81.677393, 36.806422, -80.837954);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Grayson)
[out:json];
(
rel["name"="Grayson"][type=boundary];
rel["name:en"="Grayson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Grayson
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Barton Crossroad | 36.657340 , -81.352050 |
Baywood | 36.610410 , -81.012030 |
Bennington Mill | 36.723450 , -81.228990 |
Bridle Creek | 36.619010 , -81.243430 |
Carsonville | 36.677350 , -81.069530 |
Clito Mill | 36.693460 , -81.073980 |
Comers Rock | 36.744290 , -81.236210 |
Delhart | 36.581520 , -80.985080 |
Elk Creek | 36.721510 , -81.177040 |
Fairwood | 36.699840 , -81.484830 |
Fallville | 36.745680 , -81.103140 |
Flat Ridge | 36.697060 , -81.345660 |
Fox | 36.609290 , -81.293430 |
Fries | 36.714005 , -80.975189 |
Grant | 36.662340 , -81.403990 |
Hilltown | 36.730400 , -80.982580 |
Independence | 36.625422 , -81.151048 |
Low Gap | 36.567070 , -80.898690 |
Lower Elk Creek | 36.714010 , -81.159260 |
McKnights Mill | 36.609020 , -80.902580 |
Mouth of Wilson | 36.589570 , -81.336490 |
Oak Hill | 36.599010 , -81.337880 |
Oldtown | 36.655130 , -80.958410 |
Peach Bottom | 36.589020 , -81.066750 |
Providence | 36.699570 , -81.016470 |
Reavistown | 36.640130 , -80.966750 |
Riverside | 36.673180 , -81.020360 |
Rugby | 36.610680 , -81.450660 |
Spring Valley | 36.738180 , -81.065920 |
Stevens Creek | 36.728740 , -80.998970 |
Trout Dale | 36.702060 , -81.440390 |
Troutdale | 36.702242 , -81.441333 |
Turkey Fork | 36.749840 , -81.158150 |
Volney | 36.625120 , -81.388160 |
Whitetop | 36.601510 , -81.625670 |
Notes:
- You can download geometry data for Grayson 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.