Download outline map of Wayne (geojson format) :
Wayne.geojson (**)
Download polygon array of Wayne map for "Google Maps" :
Wayne.txt
Bounding Box for Wayne Map : ( 31.43338 , -88.943483 , 31.893856 , -88.449438 )
Wikipedia ID for Wayne : Q266493
Wikipedia SPARQL Query for Wayne (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q266493 wdt:P1082 ?population. }
OPTIONAL { wd:Q266493 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q266493 wdt:P2046 ?area. }
OPTIONAL { wd:Q266493 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q266493 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q266493 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 Wayne map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.43338, -88.943483, 31.893856, -88.449438);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Wayne)
[out:json];
(
rel["name"="Wayne"][type=boundary];
rel["name:en"="Wayne"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Wayne
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Battles | 31.501830 , -88.509470 |
Boice | 31.747660 , -88.654760 |
Buckatunna | 31.542339 , -88.529269 |
Chicora | 31.563770 , -88.575310 |
Clara | 31.583130 , -88.691610 |
Denham | 31.653770 , -88.525580 |
Eret | 31.470170 , -88.482240 |
Eucutta | 31.805160 , -88.872270 |
Gretna | 31.759600 , -88.501970 |
Henderson | 31.448780 , -88.773650 |
Hiwannee | 31.810160 , -88.690600 |
Hollis Creek | 31.531000 , -88.833660 |
Lightsey | 31.735720 , -88.935880 |
Matherville | 31.865710 , -88.565590 |
Mulberry | 31.477110 , -88.847820 |
Pineview | 31.726270 , -88.942830 |
Pleasant Grove | 31.709610 , -88.922830 |
Robinsons Junction | 31.574610 , -88.559200 |
Smithtown | 31.437390 , -88.715870 |
State Line | 31.435986 , -88.473852 |
Strengthford | 31.613780 , -88.884770 |
Tokio | 31.744880 , -88.548090 |
Waynesboro | 31.677331 , -88.635325 |
West King | 31.750710 , -88.700870 |
Whistler | 31.697110 , -88.804490 |
Winchester | 31.617660 , -88.590590 |
Woodwards | 31.693770 , -88.663930 |
Notes:
- You can download geometry data for Wayne 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.