Webster (Mississippi) Map Cropping Samples

Webster (Mississippi) Map Cropping Samples-1

Webster (Mississippi) Map Cropping Samples-2

Webster neighborhoods and villages map with 3D shadow effect

flag map of Webster with 3D shadow effect

Webster map with 3d shadow effect
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 : ( 33.459806 , -89.507135 , 33.73943 , -89.018343 )
Wikipedia ID for Webster : Q486435
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:Q486435 wdt:P1082 ?population. }
OPTIONAL { wd:Q486435 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486435 wdt:P2046 ?area. }
OPTIONAL { wd:Q486435 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486435 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486435 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"](33.459806, -89.507135, 33.73943, -89.018343);
);
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) |
| Bellefontaine | 33.648730 , -89.310070 |
| Cadaretta | 33.706230 , -89.451190 |
| Center | 33.580680 , -89.359790 |
| Clarkson | 33.635400 , -89.149510 |
| Cumberland | 33.620400 , -89.079230 |
| Dancy | 33.669560 , -89.058950 |
| Embry | 33.656230 , -89.368960 |
| Eupora | 33.543466 , -89.276447 |
| Fame | 33.664010 , -89.201460 |
| Grady | 33.512900 , -89.308680 |
| Hohenlinden | 33.729010 , -89.163680 |
| Mantee | 33.722578 , -89.059660 |
| Mathiston | 33.538994 , -89.127749 |
| Montevista | 33.705120 , -89.235620 |
| Sapa | 33.547620 , -89.202010 |
| Shady Grove | 33.519010 , -89.341740 |
| Southland Park | 33.532070 , -89.267290 |
| Spring Hill | 33.678450 , -89.401460 |
| Spring Valley | 33.547620 , -89.112560 |
| Tomnolen | 33.484850 , -89.360630 |
| Walthall | 33.606935 , -89.278741 |
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.