Download outline map of Benton (geojson format) :
Benton.geojson (**)
Download polygon array of Benton map for "Google Maps" :
Benton.txt
Bounding Box for Benton Map : ( 44.276564 , -123.816934 , 44.721296 , -123.073132 )
Wikipedia ID for Benton : Q484330
Wikipedia SPARQL Query for Benton (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q484330 wdt:P1082 ?population. }
OPTIONAL { wd:Q484330 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484330 wdt:P2046 ?area. }
OPTIONAL { wd:Q484330 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484330 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484330 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 Benton map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](44.276564, -123.816934, 44.721296, -123.073132);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Benton)
[out:json];
(
rel["name"="Benton"][type=boundary];
rel["name:en"="Benton"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Benton
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Adair Village | 44.670779 , -123.215905 |
Alder | 44.582340 , -123.508990 |
Alpine | 44.330644 , -123.362610 |
Alsea | 44.381805 , -123.595744 |
Avery | 44.539131 , -123.268667 |
Barclay | 44.391291 , -123.301877 |
Bellfountain | 44.365394 , -123.355929 |
Blodgett | 44.596980 , -123.521026 |
Camp Adair | 44.699569 , -123.208236 |
Conroy | 44.599665 , -123.341617 |
Corvallis | 44.569590 , -123.278324 |
Corvallis Junction | 44.599879 , -123.279186 |
Dry Creek | 44.505120 , -123.275650 |
Fern | 44.496199 , -123.361079 |
Flynn | 44.540950 , -123.386770 |
Glenbrook | 44.313730 , -123.406490 |
Granger | 44.624923 , -123.200833 |
Harris | 44.578180 , -123.460100 |
Hoskins | 44.676790 , -123.468720 |
Inavale | 44.459882 , -123.323534 |
Jennyopolis | 44.419794 , -123.319762 |
Keas Corner | 44.708060 , -123.382780 |
Kings Valley | 44.698013 , -123.426402 |
Lewisburg | 44.629010 , -123.241490 |
Monroe | 44.316853 , -123.298863 |
Noon | 44.545400 , -123.398160 |
Palestine | 44.670442 , -123.159066 |
Peavey | 44.646551 , -123.242826 |
Philomath | 44.542303 , -123.359795 |
Russell | 44.579234 , -123.459999 |
Shrock | 44.475961 , -123.279454 |
Spring Valley | 44.706790 , -123.434550 |
Summit | 44.636004 , -123.576612 |
Wellsdale | 44.718532 , -123.183174 |
Wren | 44.587620 , -123.428440 |
Notes:
- You can download geometry data for Benton 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.