Download outline map of Wetzel (geojson format) :
Wetzel.geojson (**)
Download polygon array of Wetzel map for "Google Maps" :
Wetzel.txt
Bounding Box for Wetzel Map : ( 39.42912 , -80.943782 , 39.721916 , -80.389643 )
Wikipedia ID for Wetzel : Q501858
Wikipedia SPARQL Query for Wetzel (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q501858 wdt:P1082 ?population. }
OPTIONAL { wd:Q501858 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q501858 wdt:P2046 ?area. }
OPTIONAL { wd:Q501858 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q501858 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q501858 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 Wetzel map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](39.42912, -80.943782, 39.721916, -80.389643);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Wetzel)
[out:json];
(
rel["name"="Wetzel"][type=boundary];
rel["name:en"="Wetzel"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Wetzel
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Allister | 39.601470 , -80.693980 |
Anthem | 39.646750 , -80.528420 |
Archer | 39.510640 , -80.595100 |
Bane | 39.504530 , -80.587600 |
Barker | 39.579530 , -80.660370 |
Bebee | 39.651750 , -80.722590 |
Big Run | 39.584530 , -80.577590 |
Burton | 39.663970 , -80.430640 |
Carbide | 39.539530 , -80.666760 |
Childs | 39.602580 , -80.778430 |
Coburn | 39.592860 , -80.503420 |
Cottontown | 39.657030 , -80.424250 |
Cusicks Crossing | 39.673140 , -80.451470 |
Dean | 39.649530 , -80.590090 |
Dulaney | 39.634800 , -80.629530 |
Earnshaw | 39.622580 , -80.467580 |
Endicott | 39.678140 , -80.583700 |
Fairview | 39.539810 , -80.549810 |
Folsom | 39.470640 , -80.520370 |
Four Mile | 39.587030 , -80.618980 |
Galmish | 39.564800 , -80.705100 |
Green Hill | 39.638410 , -80.775100 |
Halls Mills | 39.623970 , -80.720650 |
Hartzel | 39.443700 , -80.523980 |
Hastings | 39.551190 , -80.673430 |
Hazel | 39.547580 , -80.511760 |
Hoyt | 39.612860 , -80.636760 |
Hundred | 39.683584 , -80.457590 |
Jacksonburg | 39.530339 , -80.640443 |
King | 39.501190 , -80.681490 |
Kingstown | 39.579530 , -80.592040 |
Knob Fork | 39.648690 , -80.546750 |
Kodol | 39.622860 , -80.540640 |
Littleton | 39.702351 , -80.514661 |
Marion | 39.675630 , -80.771480 |
Minnie | 39.589800 , -80.810100 |
Mobley | 39.557030 , -80.548700 |
New Martinsville | 39.663456 , -80.856871 |
Newdale | 39.672300 , -80.710650 |
Paden City | 39.603497 , -80.934926 |
Peabody | 39.702580 , -80.743700 |
Pine Grove | 39.564222 , -80.682462 |
Piney | 39.515910 , -80.694540 |
Porters Falls | 39.579800 , -80.776210 |
Pricetown | 39.507580 , -80.511480 |
Proctor | 39.711740 , -80.823710 |
Reader | 39.568971 , -80.731613 |
Rockport | 39.707580 , -80.581190 |
Ross | 39.497030 , -80.699270 |
Round Bottom | 39.699800 , -80.435630 |
Sincerity | 39.599250 , -80.538980 |
Smithfield | 39.500935 , -80.555500 |
Uniontown | 39.633690 , -80.558140 |
Van Camp | 39.587300 , -80.894550 |
Vernon | 39.657300 , -80.806210 |
Veto | 39.611740 , -80.842320 |
Vincen | 39.546470 , -80.783160 |
Wade | 39.707860 , -80.561750 |
West | 39.678410 , -80.669810 |
Wheat | 39.626470 , -80.594810 |
Wileyville | 39.630640 , -80.673430 |
Notes:
- You can download geometry data for Wetzel 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.