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 : ( 41.861562 , -92.299329 , 42.299063 , -91.831089 )
Wikipedia ID for Benton : Q111886
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:Q111886 wdt:P1082 ?population. }
OPTIONAL { wd:Q111886 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q111886 wdt:P2046 ?area. }
OPTIONAL { wd:Q111886 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q111886 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q111886 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"](41.861562, -92.299329, 42.299063, -91.831089);
);
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) |
Atkins | 41.994246 , -91.858560 |
Belle Plaine | 41.895252 , -92.275300 |
Blairstown | 41.906210 , -92.082329 |
Cheney | 42.254160 , -91.927400 |
Country Aire Home Park | 41.995830 , -91.872400 |
Eden | 42.109160 , -91.969620 |
Garrison | 42.144013 , -92.143160 |
Irving | 41.948330 , -92.295190 |
Keystone | 41.999718 , -92.198287 |
Luzerne | 41.905702 , -92.180257 |
Mount Auburn | 42.257434 , -92.094317 |
Newhall | 41.993329 , -91.967341 |
Norway | 41.902221 , -91.922667 |
Rogersville | 42.108610 , -92.231570 |
Shellsburg | 42.092941 , -91.870984 |
Spencers Grove | 42.284440 , -91.869070 |
Urbana | 42.228409 , -91.887274 |
Van Horne | 42.009687 , -92.089568 |
Vinton | 42.163895 , -92.026081 |
Walford | 41.879662 , -91.830517 |
Watkins | 41.893102 , -91.984993 |
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.