Download outline map of Grant (geojson format) :
Grant.geojson (**)
Download polygon array of Grant map for "Google Maps" :
Grant.txt
Bounding Box for Grant Map : ( 38.81334 , -79.487175 , 39.327999 , -78.979898 )
Wikipedia ID for Grant : Q494223
Wikipedia SPARQL Query for Grant (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q494223 wdt:P1082 ?population. }
OPTIONAL { wd:Q494223 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q494223 wdt:P2046 ?area. }
OPTIONAL { wd:Q494223 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q494223 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q494223 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 Grant map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.81334, -79.487175, 39.327999, -78.979898);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Grant)
[out:json];
(
rel["name"="Grant"][type=boundary];
rel["name:en"="Grant"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Grant
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Arthur | 39.067330 , -79.111980 |
| Bayard | 39.271062 , -79.366175 |
| Bismarck | 39.217880 , -79.233090 |
| Cabins | 38.999000 , -79.205320 |
| Dorcas | 38.939000 , -79.106150 |
| Fairfax | 39.189000 , -79.476720 |
| Falls | 39.175110 , -79.118920 |
| Forman | 39.140110 , -79.075030 |
| Gormania | 39.292880 , -79.344490 |
| Greenland | 39.192050 , -79.153090 |
| Hopeville | 38.967330 , -79.286710 |
| Jordan Run | 39.030660 , -79.254210 |
| Kempton Junction | 39.215380 , -79.446160 |
| Kline Gap | 39.072330 , -79.192540 |
| Lahmansville | 39.128160 , -79.081420 |
| Landes | 38.896780 , -79.197820 |
| Masonville | 38.918720 , -79.083640 |
| Maysville | 39.115110 , -79.164760 |
| Medley | 39.176220 , -79.057810 |
| Mount Pisgah | 39.289830 , -79.171420 |
| Mount Storm | 39.277330 , -79.240870 |
| Pansy | 38.912610 , -79.185870 |
| Petersburg | 38.995699 , -79.127689 |
| Rough Run | 38.895390 , -79.119760 |
| Scherr | 39.193160 , -79.170040 |
| Seymourville | 39.057050 , -79.108920 |
| Streby | 39.080390 , -79.239480 |
| Williamsport | 39.201490 , -79.028090 |
| Wilson | 39.254270 , -79.397830 |
Notes:
- You can download geometry data for Grant 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.