Download outline map of Brooke (geojson format) :
Brooke.geojson (**)
Download polygon array of Brooke map for "Google Maps" :
Brooke.txt
Bounding Box for Brooke Map : ( 40.159672 , -80.681811 , 40.399755 , -80.517891 )
Wikipedia ID for Brooke : Q490937
Wikipedia SPARQL Query for Brooke (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q490937 wdt:P1082 ?population. }
OPTIONAL { wd:Q490937 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q490937 wdt:P2046 ?area. }
OPTIONAL { wd:Q490937 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q490937 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q490937 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 Brooke map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.159672, -80.681811, 40.399755, -80.517891);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Brooke)
[out:json];
(
rel["name"="Brooke"][type=boundary];
rel["name:en"="Brooke"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Brooke
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Archer Heights | 40.360900 , -80.600070 |
Arnold | 40.298680 , -80.580070 |
Beech Bottom | 40.218082 , -80.658730 |
Bethany | 40.205223 , -80.562916 |
Chapman Addition | 40.278680 , -80.561180 |
Coketown | 40.345620 , -80.605630 |
Colliers | 40.367010 , -80.541180 |
Dutch Town | 40.267850 , -80.612570 |
East Steubenville | 40.356740 , -80.599240 |
Follansbee | 40.338437 , -80.597492 |
Fowlerstown | 40.279790 , -80.555350 |
Hooverson Heights | 40.318928 , -80.582529 |
Lazearville | 40.286180 , -80.610630 |
Logrow | 40.377290 , -80.558130 |
Longview Heights | 40.338400 , -80.571460 |
Louise | 40.303960 , -80.565350 |
Marshall Terrace | 40.257290 , -80.603410 |
McKinleyville | 40.243680 , -80.596180 |
Parkview | 40.336740 , -80.585630 |
Power | 40.211180 , -80.659240 |
Rabbit Hill | 40.292010 , -80.601460 |
Rockdale | 40.304790 , -80.580070 |
Scott Run | 40.299790 , -80.532290 |
Shank Town | 40.276460 , -80.610910 |
Virginville | 40.292850 , -80.523680 |
Weirton Junction | 40.388960 , -80.593960 |
Wellsburg | 40.280997 , -80.610199 |
Windsor Heights | 40.191326 , -80.664736 |
Notes:
- You can download geometry data for Brooke 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.