Cass (Iowa) Map Cropping Samples

Cass (Iowa) Map Cropping Samples-1

Cass (Iowa) Map Cropping Samples-2

Cass neighborhoods and villages map with 3D shadow effect

flag map of Cass with 3D shadow effect

Cass map with 3d shadow effect
Download outline map of Cass (geojson format) :
Cass.geojson (**)
Download polygon array of Cass map for "Google Maps" :
Cass.txt
Bounding Box for Cass Map : ( 41.157903 , -95.155851 , 41.505239 , -94.700073 )
Wikipedia ID for Cass : Q156468
Wikipedia SPARQL Query for Cass (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q156468 wdt:P1082 ?population. }
OPTIONAL { wd:Q156468 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q156468 wdt:P2046 ?area. }
OPTIONAL { wd:Q156468 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q156468 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q156468 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 Cass map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](41.157903, -95.155851, 41.505239, -94.700073);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Cass)
[out:json];
(
rel["name"="Cass"][type=boundary];
rel["name:en"="Cass"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Cass
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Anita | 41.443745 , -94.765883 |
| Atlantic | 41.395658 , -95.013885 |
| Cumberland | 41.273088 , -94.870670 |
| Dewey | 41.186930 , -94.757750 |
| Griswold | 41.234297 , -95.139278 |
| Lewis | 41.306493 , -95.084283 |
| Lorah | 41.470270 , -94.955260 |
| Lyman | 41.231100 , -94.984430 |
| Marne | 41.448905 , -95.110762 |
| Massena | 41.250644 , -94.769820 |
| Norway Center | 41.345820 , -94.872480 |
| Sycamore Village | 41.406930 , -94.997490 |
| Wiota | 41.401031 , -94.887457 |
Notes:
- You can download geometry data for Cass 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.