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 : ( 37.350645 , -87.943955 , 37.647547 , -87.375145 )
Wikipedia ID for Webster : Q506321
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:Q506321 wdt:P1082 ?population. }
OPTIONAL { wd:Q506321 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q506321 wdt:P2046 ?area. }
OPTIONAL { wd:Q506321 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q506321 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q506321 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"](37.350645, -87.943955, 37.647547, -87.375145);
);
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) |
Bellville | 37.381710 , -87.799180 |
Blackford | 37.448380 , -87.934740 |
Breton | 37.550600 , -87.523620 |
Clay | 37.476287 , -87.820260 |
Derby | 37.459210 , -87.902520 |
Dixon | 37.517326 , -87.689696 |
Free Union | 37.525320 , -87.754180 |
Gatesville | 37.516990 , -87.608060 |
Hearin | 37.533100 , -87.848630 |
Ironton | 37.555040 , -87.436950 |
Jolly | 37.470600 , -87.705290 |
Lisman | 37.466160 , -87.734180 |
Little Zion | 37.544490 , -87.723350 |
Onton | 37.557788 , -87.437041 |
Ortiz | 37.556430 , -87.609170 |
Poole | 37.640320 , -87.644180 |
Pratt | 37.615040 , -87.568900 |
Providence | 37.399349 , -87.750941 |
Rock Spring | 37.495050 , -87.877520 |
Sebree | 37.603998 , -87.518742 |
Shelton | 37.568660 , -87.796130 |
Slaughters | 37.490264 , -87.502147 |
Stanhope | 37.445040 , -87.668620 |
Steamport Landing | 37.603380 , -87.484730 |
Tilden | 37.604210 , -87.710290 |
Vanderburg | 37.487270 , -87.644170 |
Virginia | 37.463940 , -87.891690 |
Wanamaker | 37.600040 , -87.657510 |
West Wheatcroft | 37.488100 , -87.871130 |
Wheatcroft | 37.489269 , -87.861185 |
Williams | 37.523660 , -87.859740 |
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.