Cherokee (Iowa) Map Cropping Samples
Cherokee (Iowa) Map Cropping Samples-1
Cherokee (Iowa) Map Cropping Samples-2
Cherokee neighborhoods and villages map with 3D shadow effect
flag map of Cherokee with 3D shadow effect
Cherokee map with 3d shadow effect
Download outline map of Cherokee (geojson format) :
Cherokee.geojson (**)
Download polygon array of Cherokee map for "Google Maps" :
Cherokee.txt
Bounding Box for Cherokee Map : ( 42.560583 , -95.860811 , 42.910311 , -95.387485 )
Wikipedia ID for Cherokee : Q111876
Wikipedia SPARQL Query for Cherokee (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q111876 wdt:P1082 ?population. }
OPTIONAL { wd:Q111876 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q111876 wdt:P2046 ?area. }
OPTIONAL { wd:Q111876 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q111876 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q111876 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 Cherokee map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](42.560583, -95.860811, 42.910311, -95.387485);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Cherokee)
[out:json];
(
rel["name"="Cherokee"][type=boundary];
rel["name:en"="Cherokee"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Cherokee
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aurelia | 42.713153 , -95.436529 |
Cherokee | 42.751009 , -95.552854 |
Cleghorn | 42.811786 , -95.714126 |
Fielding | 42.663040 , -95.800290 |
Larrabee | 42.861571 , -95.544610 |
Marcus | 42.822090 , -95.806562 |
Meriden | 42.794417 , -95.632996 |
Onawa Junction | 42.724980 , -95.557780 |
Quimby | 42.629130 , -95.643863 |
Washta | 42.575450 , -95.719505 |
Notes:
- You can download geometry data for Cherokee 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.