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 : ( 35.003425 , -88.024741 , 35.491782 , -87.572654 )
Wikipedia ID for Wayne : Q494970
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:Q494970 wdt:P1082 ?population. }
OPTIONAL { wd:Q494970 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q494970 wdt:P2046 ?area. }
OPTIONAL { wd:Q494970 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q494970 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q494970 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"](35.003425, -88.024741, 35.491782, -87.572654);
);
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) |
Ashland | 35.436190 , -87.667520 |
Bethlehem | 35.155640 , -87.587520 |
Cantrell Subdivision | 35.300910 , -87.761140 |
Clifton | 35.376838 , -87.993664 |
Clifton Junction | 35.308690 , -87.948920 |
Collinwood | 35.174754 , -87.743466 |
Cromwell Crossroads | 35.136750 , -87.828360 |
Crossroads | 35.062860 , -87.727800 |
Cypress Inn | 35.012030 , -87.816700 |
Geneva | 35.121470 , -87.622250 |
Highland | 35.323690 , -87.585580 |
Highland | 35.232020 , -87.737520 |
Holly Creek | 35.086470 , -87.602520 |
Holt | 35.048690 , -87.818080 |
Houston | 35.241470 , -87.917810 |
Leatherwood | 35.394240 , -87.847800 |
Lower Holly Creek | 35.058690 , -87.600860 |
Martins Mills | 35.202020 , -87.951970 |
McGlamery Stand | 35.146750 , -87.745030 |
Moccasin | 35.403410 , -87.740580 |
Mount Hope | 35.359240 , -87.747800 |
Ransom Stand | 35.031200 , -87.961700 |
Topsy | 35.425630 , -87.703080 |
Upper Holly Creek | 35.110080 , -87.607520 |
Waynesboro | 35.323464 , -87.759861 |
Woodlawn | 35.169250 , -87.727800 |
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.