Download outline map of Winston (geojson format) :
Winston.geojson (**)
Download polygon array of Winston map for "Google Maps" :
Winston.txt
Bounding Box for Winston Map : ( 32.919107 , -89.319163 , 33.286424 , -88.812782 )
Wikipedia ID for Winston : Q486522
Wikipedia SPARQL Query for Winston (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486522 wdt:P1082 ?population. }
OPTIONAL { wd:Q486522 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486522 wdt:P2046 ?area. }
OPTIONAL { wd:Q486522 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486522 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486522 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 Winston map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.919107, -89.319163, 33.286424, -88.812782);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Winston)
[out:json];
(
rel["name"="Winston"][type=boundary];
rel["name:en"="Winston"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Winston
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Betheden | 33.219850 , -88.940890 |
Boon | 33.100680 , -88.956450 |
Calvary | 33.089020 , -89.126450 |
Center Ridge | 33.072350 , -89.065060 |
Claytown | 32.976520 , -88.966450 |
Ellison Ridge | 33.067900 , -88.881170 |
Estes | 33.061240 , -89.049230 |
Evergreen | 33.181240 , -89.007010 |
Fearns Springs | 33.007070 , -88.845890 |
Ford | 33.105680 , -89.179230 |
Gum Springs | 33.233740 , -89.052280 |
Handle | 32.960960 , -88.874500 |
Highpoint | 33.188180 , -89.146180 |
Hight | 32.954300 , -89.065340 |
Hinze | 33.032910 , -89.270350 |
Liberty | 32.984850 , -89.169510 |
Loakfoma | 33.248180 , -88.887280 |
Louisville | 33.122399 , -89.055358 |
McMillan | 33.170130 , -89.109230 |
Millcreek | 33.156790 , -88.948950 |
Nanih Waiya | 32.921520 , -88.948670 |
Noxapater | 32.993583 , -89.063532 |
Plattsburg | 32.941520 , -89.192570 |
Rome | 33.104570 , -89.240070 |
Rural Hill | 33.076240 , -89.298960 |
Triplets Corners | 33.091240 , -88.821720 |
Vernon | 32.985680 , -88.931450 |
Vowell | 32.982910 , -89.307570 |
Webster | 33.217630 , -88.983670 |
Notes:
- You can download geometry data for Winston 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.