Download outline map of Webster (geojson format) :
Webster.geojson (**)
Download polygon array of Webster map for "Google Maps" :
Webster.txt
Bounding Box for Webster Map : ( 42.209048 , -94.443583 , 42.645192 , -93.931581 )
Wikipedia ID for Webster : Q485726
Wikipedia SPARQL Query for Webster (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q485726 wdt:P1082 ?population. }
OPTIONAL { wd:Q485726 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485726 wdt:P2046 ?area. }
OPTIONAL { wd:Q485726 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485726 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485726 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 Webster map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](42.209048, -94.443583, 42.645192, -93.931581);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Webster)
[out:json];
(
rel["name"="Webster"][type=boundary];
rel["name:en"="Webster"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Webster
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Badger | 42.614146 , -94.144546 |
| Barnum | 42.506200 , -94.365698 |
| Border Plains | 42.398030 , -94.048010 |
| Brushy | 42.430800 , -94.010230 |
| Burnside | 42.345810 , -94.106900 |
| Callender | 42.361611 , -94.295513 |
| Clare | 42.587455 , -94.344688 |
| Clayworks | 42.503490 , -94.186477 |
| Coalville | 42.440666 , -94.119271 |
| Dayton | 42.262259 , -94.071139 |
| Duncombe | 42.469487 , -93.996212 |
| Evanston | 42.434140 , -94.057730 |
| Fort Dodge | 42.509799 , -94.175105 |
| Gowrie | 42.277836 , -94.289717 |
| Harcourt | 42.260562 , -94.174529 |
| Judd | 42.472190 , -94.049680 |
| Kalo | 42.431080 , -94.131900 |
| Lanyon | 42.222480 , -94.195240 |
| Lehigh | 42.357468 , -94.053485 |
| Lena | 42.220530 , -94.287740 |
| Lundgren | 42.368580 , -94.174680 |
| Moorland | 42.441394 , -94.295411 |
| Otho | 42.422229 , -94.149338 |
| Palm Grove | 42.326080 , -94.174130 |
| Roberts | 42.426920 , -94.174410 |
| Roelyn | 42.413590 , -94.357470 |
| Shady Oak | 42.461640 , -94.156900 |
| Slifer | 42.341370 , -94.378580 |
| Tara | 42.500250 , -94.295800 |
| Vincent | 42.591830 , -94.018863 |
| Wadleigh | 42.473590 , -94.403300 |
| West Fort Dodge | 42.488230 , -94.199309 |
Notes:
- You can download geometry data for Webster 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.