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.327101 , -82.147948 , 31.829308 , -81.61201 )
Wikipedia ID for Wayne : Q491762
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:Q491762 wdt:P1082 ?population. }
OPTIONAL { wd:Q491762 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q491762 wdt:P2046 ?area. }
OPTIONAL { wd:Q491762 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q491762 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q491762 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.327101, -82.147948, 31.829308, -81.61201);
);
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) |
Akin | 31.456050 , -81.704280 |
Belle Vista | 31.357720 , -81.737330 |
Brentwood | 31.694650 , -82.113450 |
Broadhurst | 31.474110 , -81.917340 |
Burnett | 31.653540 , -81.994840 |
Doctortown | 31.653550 , -81.829280 |
Drawdy | 31.626600 , -81.919280 |
Gardi | 31.538270 , -81.798170 |
Jesup | 31.599102 , -81.889762 |
K'Ville | 31.556600 , -82.125680 |
Leake | 31.540220 , -81.900390 |
Lower Sansavilla | 31.495500 , -81.648720 |
Madray Springs | 31.734100 , -81.978730 |
McKinnon | 31.425220 , -81.926780 |
Mount Pleasant | 31.434110 , -81.679280 |
O Neal | 31.400500 , -81.936230 |
Odessa | 31.557720 , -81.820110 |
Odum | 31.666496 , -82.026902 |
Paradise Park | 31.552720 , -81.708720 |
Pendarvis | 31.503280 , -81.758170 |
Piney Grove | 31.737150 , -82.018730 |
Redland | 31.639930 , -81.954280 |
Ritch | 31.539930 , -82.106230 |
Screven | 31.484042 , -82.017069 |
Slover | 31.553830 , -81.940110 |
Sun Hill | 31.451330 , -81.920950 |
Tetlow | 31.679930 , -82.071230 |
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.