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 : ( 32.40992 , -93.530805 , 33.018697 , -93.146446 )
Wikipedia ID for Webster : Q513078
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:Q513078 wdt:P1082 ?population. }
OPTIONAL { wd:Q513078 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q513078 wdt:P2046 ?area. }
OPTIONAL { wd:Q513078 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q513078 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q513078 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"](32.40992, -93.530805, 33.018697, -93.146446);
);
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) |
B and S Park Subdivision | 33.010970 , -93.456280 |
Baccus | 32.936810 , -93.455730 |
Bunker | 32.944860 , -93.450170 |
Cotton Valley | 32.813472 , -93.422783 |
Couchwood | 32.758760 , -93.391000 |
Cullen | 32.969831 , -93.446425 |
Dayson | 32.801250 , -93.409620 |
Dixie Inn | 32.596937 , -93.331314 |
Dorcheat | 32.676540 , -93.352390 |
Doyline | 32.524979 , -93.411801 |
Dubberly | 32.541257 , -93.237404 |
East Side Subdivision | 32.999580 , -93.456840 |
Goodwill | 32.588760 , -93.432670 |
Grim | 32.702650 , -93.373230 |
Grove | 32.737650 , -93.331280 |
Heflin | 32.456513 , -93.268244 |
Hortman | 32.728760 , -93.377390 |
Invincible | 32.787370 , -93.407670 |
Leton | 32.860140 , -93.252670 |
Long Springs | 32.674040 , -93.336560 |
Martin Junction | 32.424600 , -93.282110 |
McIntyre | 32.587090 , -93.368500 |
Meadow Creek Subdivision | 32.999860 , -93.444890 |
Midway | 32.922080 , -93.453510 |
Minden | 32.618635 , -93.276239 |
Nine Forks | 32.590150 , -93.204610 |
Noles Landing | 32.463760 , -93.349060 |
Old Shongaloo | 32.991800 , -93.310170 |
Pine Hill Subdivision | 32.979580 , -93.455730 |
Plum Orchard Landing | 32.414320 , -93.376280 |
Port Boliver | 32.425710 , -93.347950 |
Porterville | 32.945970 , -93.457950 |
Robin Hood Subdivision | 32.995970 , -93.470450 |
Sarepta | 32.896267 , -93.451354 |
Shongaloo | 32.941555 , -93.295501 |
Sibley | 32.542273 , -93.294681 |
Springhill | 33.002003 , -93.461320 |
Swift | 32.446540 , -93.253780 |
Treat | 32.793480 , -93.408780 |
White Way Subdivision | 32.993190 , -93.459620 |
Yellow Pine | 32.477100 , -93.324340 |
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.