Download outline map of Hancock (geojson format) :
Hancock.geojson (**)
Download polygon array of Hancock map for "Google Maps" :
Hancock.txt
Bounding Box for Hancock Map : ( 40.394978 , -80.667957 , 40.638801 , -80.517689 )
Wikipedia ID for Hancock : Q504863
Wikipedia SPARQL Query for Hancock (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q504863 wdt:P1082 ?population. }
OPTIONAL { wd:Q504863 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q504863 wdt:P2046 ?area. }
OPTIONAL { wd:Q504863 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q504863 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q504863 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 Hancock map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.394978, -80.667957, 40.638801, -80.517689);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hancock)
[out:json];
(
rel["name"="Hancock"][type=boundary];
rel["name:en"="Hancock"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Hancock
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arroyo | 40.580547 , -80.658617 |
Chelsea | 40.490070 , -80.598960 |
Chester | 40.612924 , -80.562729 |
Congo | 40.608400 , -80.635910 |
Fairhaven | 40.561730 , -80.560070 |
Holidays Cove | 40.400620 , -80.589790 |
Kings Creek | 40.448120 , -80.596180 |
Lawrenceville | 40.617560 , -80.543680 |
Lennyville | 40.601450 , -80.630910 |
Moscow | 40.545620 , -80.632300 |
New Cumberland | 40.507462 , -80.611531 |
New Manchester | 40.531450 , -80.580070 |
Newell | 40.617930 , -80.599980 |
Pleasant Valley | 40.427290 , -80.537290 |
Sun Valley | 40.444510 , -80.568130 |
Vermont Terrace | 40.419510 , -80.570070 |
Weirton | 40.406094 , -80.567029 |
Zalia | 40.462290 , -80.593960 |
Notes:
- You can download geometry data for Hancock 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.