Download outline map of Webster (geojson format) :
Webster.geojson (**)
Download polygon array of Webster map for "Google Maps" :
Webster.txt
Bounding Box for Webster Map : ( 38.225845 , -80.678291 , 38.739169 , -80.183931 )
Wikipedia ID for Webster : Q495137
Wikipedia SPARQL Query for Webster (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q495137 wdt:P1082 ?population. }
OPTIONAL { wd:Q495137 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q495137 wdt:P2046 ?area. }
OPTIONAL { wd:Q495137 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q495137 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q495137 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 Webster map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.225845, -80.678291, 38.739169, -80.183931);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Webster)
[out:json];
(
rel["name"="Webster"][type=boundary];
rel["name:en"="Webster"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Webster
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Addison (Webster Springs) | 38.478193 , -80.408217 |
Arcola | 38.466770 , -80.519250 |
Bergoo | 38.484908 , -80.298092 |
Bernardstown | 38.507890 , -80.344520 |
Big Run | 38.599830 , -80.472030 |
Boggs | 38.468720 , -80.625090 |
Bois | 38.725380 , -80.434810 |
Bolair | 38.437610 , -80.443970 |
Camden-on-Gauley | 38.368574 , -80.597287 |
Chapman | 38.545110 , -80.460640 |
Cherry Falls | 38.465660 , -80.393970 |
Cleveland | 38.727050 , -80.392310 |
Cowen | 38.411043 , -80.554196 |
Curtin | 38.474550 , -80.362580 |
Diana | 38.573720 , -80.456470 |
Dogway | 38.240950 , -80.372580 |
Donaldson | 38.387330 , -80.511750 |
Dorrtown | 38.484000 , -80.422300 |
Dyer | 38.381220 , -80.474810 |
Erbacon | 38.518990 , -80.588980 |
Excelsior | 38.455110 , -80.472580 |
Gauley Mills | 38.361500 , -80.583420 |
Glade View | 38.406220 , -80.528700 |
Guardian | 38.636210 , -80.466470 |
Hacker Valley | 38.652600 , -80.383690 |
Halo | 38.450110 , -80.536750 |
Hodam | 38.620380 , -80.382580 |
Jerryville | 38.425670 , -80.311190 |
Jumbo | 38.562610 , -80.387860 |
Kovan | 38.539550 , -80.377580 |
Orndoff | 38.537610 , -80.424250 |
Parcoal | 38.459280 , -80.373410 |
Poling | 38.688990 , -80.435920 |
Pugh | 38.658160 , -80.398970 |
Ralph | 38.477330 , -80.368690 |
Replete | 38.700660 , -80.463980 |
Skelt | 38.555390 , -80.322020 |
Skidmore Crossing | 38.480110 , -80.442310 |
Strouds | 38.387890 , -80.616480 |
Upperglade | 38.409280 , -80.506750 |
Wainville | 38.491490 , -80.572870 |
Waneta | 38.548720 , -80.243130 |
Weese | 38.482050 , -80.555920 |
Welch Glade | 38.397330 , -80.563980 |
Wheeler | 38.686490 , -80.402580 |
Woodzell | 38.522890 , -80.314520 |
Notes:
- You can download geometry data for Webster 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.