Download outline map of Barbour (geojson format) :
Barbour.geojson (**)
Download polygon array of Barbour map for "Google Maps" :
Barbour.txt
Bounding Box for Barbour Map : ( 38.947236 , -80.227173 , 39.303337 , -79.808791 )
Wikipedia ID for Barbour : Q493599
Wikipedia SPARQL Query for Barbour (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q493599 wdt:P1082 ?population. }
OPTIONAL { wd:Q493599 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q493599 wdt:P2046 ?area. }
OPTIONAL { wd:Q493599 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q493599 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q493599 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 Barbour map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.947236, -80.227173, 39.303337, -79.808791);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Barbour)
[out:json];
(
rel["name"="Barbour"][type=boundary];
rel["name:en"="Barbour"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Barbour
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Adaland | 39.208710 , -80.076750 |
| Arden | 39.210370 , -79.993130 |
| Audra | 39.042040 , -80.066750 |
| Belington | 39.021964 , -79.938329 |
| Berryburg | 39.200100 , -80.084530 |
| Berryburg Junction | 39.187600 , -80.031470 |
| Boulder | 39.068710 , -80.103410 |
| Brownton | 39.220090 , -80.150080 |
| Calhoun | 39.091210 , -79.985630 |
| Carrollton | 39.090380 , -80.087030 |
| Century | 39.100256 , -80.188115 |
| Century Junction | 39.074260 , -80.117030 |
| Clemtown | 39.232600 , -79.977300 |
| Corder Crossing | 39.193710 , -80.053410 |
| Corley | 39.080930 , -79.987020 |
| Cove Run | 39.245380 , -79.933130 |
| Dartmoor | 38.995380 , -79.936190 |
| Dent | 39.294260 , -79.877290 |
| Elk City | 39.142320 , -80.108140 |
| Finegan Ford | 38.983990 , -80.052580 |
| Gage | 38.970380 , -79.960630 |
| Galloway | 39.233870 , -80.127724 |
| Hopewell | 39.200370 , -80.052860 |
| Jones | 39.058430 , -79.990910 |
| Junior | 38.978276 , -79.950592 |
| Kalamazoo | 39.141490 , -79.915910 |
| Kasson | 39.224820 , -79.875350 |
| Kirt | 39.116210 , -79.874240 |
| Lantz | 38.949550 , -80.081750 |
| Longview | 39.083990 , -80.138970 |
| Meadowville | 39.118160 , -79.909520 |
| Meriden | 39.164260 , -80.023690 |
| Middle Fork | 39.062040 , -80.046750 |
| Moatsville | 39.210380 , -79.933130 |
| Mount Liberty | 39.079270 , -80.021750 |
| Murphy | 39.057600 , -80.141190 |
| Nestorville | 39.179820 , -79.909240 |
| Peeltree | 39.129540 , -80.210640 |
| Philippi | 39.148782 , -80.041917 |
| Pleasant Creek | 39.243089 , -80.053081 |
| Pleasure Valley | 39.105380 , -79.844240 |
| Stringtown | 39.028710 , -79.908680 |
| Tacy | 39.162040 , -79.942020 |
| Talbott | 38.977050 , -80.013410 |
| Tygart Glen | 39.158434 , -80.049433 |
| Tygart Junction | 39.098430 , -80.075080 |
| Union | 39.100100 , -80.038130 |
| Valley Furnace | 39.195100 , -79.876740 |
| Vannoys Mill | 39.130660 , -79.958410 |
| Volga | 39.078430 , -80.135360 |
| Werner | 39.017880 , -80.010360 |
| West Junior | 38.980100 , -79.951460 |
Notes:
- You can download geometry data for Barbour 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.