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 : ( 40.57994 , -93.556964 , 40.89854 , -93.097237 )
Wikipedia ID for Wayne : Q485460
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:Q485460 wdt:P1082 ?population. }
OPTIONAL { wd:Q485460 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485460 wdt:P2046 ?area. }
OPTIONAL { wd:Q485460 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485460 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485460 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"](40.57994, -93.556964, 40.89854, -93.097237);
);
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) |
Allerton | 40.707694 , -93.368915 |
Bethlehem | 40.841390 , -93.212150 |
Bridgeport | 40.753340 , -93.231600 |
Cambria | 40.837780 , -93.402440 |
Clinton Center | 40.609170 , -93.384660 |
Clio | 40.635974 , -93.451392 |
Confidence | 40.862780 , -93.125480 |
Corydon | 40.757426 , -93.317452 |
Genoa | 40.604180 , -93.114100 |
Hodge | 40.681120 , -93.403830 |
Humeston | 40.860919 , -93.497219 |
Lineville | 40.586986 , -93.523189 |
Millerton | 40.849346 , -93.305706 |
New York | 40.851670 , -93.259930 |
Ovia | 40.855000 , -93.317710 |
Peoria | 40.783060 , -93.374940 |
Promise City | 40.747339 , -93.149790 |
Saxon | 40.753060 , -93.457160 |
Sewal | 40.644170 , -93.258820 |
Seymour | 40.682415 , -93.121190 |
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.