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 : ( 45.835962 , -119.876879 , 46.727396 , -118.94106 )
Wikipedia ID for Benton : Q156216
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:Q156216 wdt:P1082 ?population. }
OPTIONAL { wd:Q156216 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q156216 wdt:P2046 ?area. }
OPTIONAL { wd:Q156216 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q156216 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q156216 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"](45.835962, -119.876879, 46.727396, -118.94106);
);
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) |
| Apricot | 46.236520 , -119.857540 |
| Audrey | 46.627360 , -119.615310 |
| Badger | 46.200130 , -119.359460 |
| Benton City | 46.262455 , -119.481369 |
| Berrian | 45.937630 , -119.151950 |
| Bettie | 46.676250 , -119.528360 |
| Chaffee | 46.260130 , -119.606700 |
| East White Bluffs | 46.673470 , -119.461140 |
| Edna | 46.589580 , -119.414470 |
| Ethel | 46.580410 , -119.598090 |
| Finley | 46.169765 , -119.044673 |
| Geneva Junction | 46.465690 , -119.325570 |
| Gibbon | 46.235970 , -119.661700 |
| Ginger | 46.680690 , -119.505860 |
| Hanford | 46.583750 , -119.387800 |
| Hedges | 46.175970 , -119.033900 |
| Helen | 46.626800 , -119.605590 |
| Highland | 46.136180 , -119.127230 |
| Horse Heaven | 46.099860 , -119.536140 |
| Kennewick | 46.198438 , -119.173246 |
| Kiona | 46.249580 , -119.477520 |
| May Junction | 46.546530 , -119.391690 |
| North Mcnary | 45.942630 , -119.308630 |
| North Prosser | 46.232080 , -119.768370 |
| Paterson | 45.937080 , -119.602800 |
| Pearl | 46.584300 , -119.566420 |
| Pierce | 46.634860 , -119.452250 |
| Plymouth | 45.934580 , -119.350300 |
| Prosser | 46.206679 , -119.766016 |
| Richland | 46.283506 , -119.294091 |
| Ruby | 46.375970 , -119.283350 |
| Ruth | 46.644580 , -119.456970 |
| Susie | 46.592080 , -119.623360 |
| West Richland | 46.311803 , -119.399785 |
| Whitcomb | 45.865410 , -119.784750 |
| White Bluffs | 46.666530 , -119.484750 |
| Whitstran | 46.235410 , -119.705590 |
| Willa | 46.579020 , -119.519190 |
| Yellepit | 46.060970 , -118.951390 |
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.