Download outline map of Giles (geojson format) :
Giles.geojson (**)
Download polygon array of Giles map for "Google Maps" :
Giles.txt
Bounding Box for Giles Map : ( 37.147482 , -81.014489 , 37.481672 , -80.433361 )
Wikipedia ID for Giles : Q951290
Wikipedia SPARQL Query for Giles (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q951290 wdt:P1082 ?population. }
OPTIONAL { wd:Q951290 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q951290 wdt:P2046 ?area. }
OPTIONAL { wd:Q951290 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q951290 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q951290 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 Giles map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.147482, -81.014489, 37.481672, -80.433361);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Giles)
[out:json];
(
rel["name"="Giles"][type=boundary];
rel["name:en"="Giles"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Giles
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Bane | 37.267340 , -80.712570 |
| Bear Spring | 37.247620 , -80.633670 |
| Berton | 37.254850 , -80.613670 |
| Bluff City | 37.338180 , -80.756180 |
| Boxley | 37.269010 , -80.953970 |
| Eggleston | 37.287350 , -80.618670 |
| First Ford | 37.266510 , -80.963140 |
| French | 37.295950 , -80.870630 |
| Glen Lyn | 37.373090 , -80.857545 |
| Goldbond | 37.380120 , -80.666460 |
| Hoges Chapel | 37.321510 , -80.598670 |
| Interior | 37.364050 , -80.584220 |
| Kimballton | 37.366230 , -80.677290 |
| Kire | 37.440120 , -80.518950 |
| Klotz | 37.342350 , -80.675620 |
| Lurich | 37.380950 , -80.840910 |
| Maybrook | 37.303180 , -80.539230 |
| Midway | 37.391510 , -80.808130 |
| Mountain Lake | 37.355400 , -80.537840 |
| Mountain View | 37.289290 , -80.655900 |
| Narrows | 37.331680 , -80.808382 |
| Newport | 37.294290 , -80.495330 |
| Norcross | 37.350400 , -80.700070 |
| North Pearisburg | 37.341790 , -80.770630 |
| Olean | 37.390680 , -80.659510 |
| Pearisburg | 37.328982 , -80.727441 |
| Pembroke | 37.322219 , -80.636164 |
| Penvir | 37.295950 , -80.877860 |
| Phlegar | 37.265950 , -80.978690 |
| Poplar Hill | 37.217620 , -80.738960 |
| Prospectdale | 37.278180 , -80.743130 |
| Rich Creek | 37.383281 , -80.820692 |
| Ripplemead | 37.337070 , -80.686180 |
| Ronk | 37.405960 , -80.640070 |
| Shumate | 37.314840 , -80.848130 |
| Springdale | 37.216230 , -80.711460 |
| Staffordsville | 37.241510 , -80.716730 |
| Trigg | 37.245680 , -80.680070 |
| White Gate | 37.204388 , -80.862425 |
| White Pine Lodge | 37.390400 , -80.550060 |
Notes:
- You can download geometry data for Giles 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.