Audubon (Iowa) Map Cropping Samples
Audubon (Iowa) Map Cropping Samples-1
Audubon (Iowa) Map Cropping Samples-2
Audubon neighborhoods and villages map with 3D shadow effect
flag map of Audubon with 3D shadow effect
Audubon map with 3d shadow effect
Download outline map of Audubon (geojson format) :
Audubon.geojson (**)
Download polygon array of Audubon map for "Google Maps" :
Audubon.txt
Bounding Box for Audubon Map : ( 41.504124 , -95.093354 , 41.863374 , -94.7006 )
Wikipedia ID for Audubon : Q111913
Wikipedia SPARQL Query for Audubon (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q111913 wdt:P1082 ?population. }
OPTIONAL { wd:Q111913 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q111913 wdt:P2046 ?area. }
OPTIONAL { wd:Q111913 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q111913 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q111913 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 Audubon map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](41.504124, -95.093354, 41.863374, -94.7006);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Audubon)
[out:json];
(
rel["name"="Audubon"][type=boundary];
rel["name:en"="Audubon"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Audubon
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Audubon | 41.718330 , -94.928573 |
Brayton | 41.544804 , -94.930348 |
Exira | 41.591976 , -94.881086 |
Gardner | 41.674430 , -94.763870 |
Gray | 41.841831 , -94.985948 |
Hamlin | 41.666930 , -94.905820 |
Kenfield | 41.576380 , -94.719700 |
Kimballton | 41.627103 , -95.074869 |
Larland | 41.731650 , -94.763040 |
Nishna | 41.695820 , -94.918880 |
Oakfield | 41.533320 , -94.907760 |
Poplar | 41.688880 , -95.092490 |
Ross | 41.774150 , -94.918880 |
Sharon | 41.674150 , -94.995540 |
Notes:
- You can download geometry data for Audubon 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.