Guthrie (Iowa) Map Cropping Samples
Guthrie (Iowa) Map Cropping Samples-1
Guthrie (Iowa) Map Cropping Samples-2
Guthrie neighborhoods and villages map with 3D shadow effect
flag map of Guthrie with 3D shadow effect
Guthrie map with 3d shadow effect
Download outline map of Guthrie (geojson format) :
Guthrie.geojson (**)
Download polygon array of Guthrie map for "Google Maps" :
Guthrie.txt
Bounding Box for Guthrie Map : ( 41.50357 , -94.744876 , 41.863308 , -94.241356 )
Wikipedia ID for Guthrie : Q486352
Wikipedia SPARQL Query for Guthrie (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486352 wdt:P1082 ?population. }
OPTIONAL { wd:Q486352 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486352 wdt:P2046 ?area. }
OPTIONAL { wd:Q486352 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486352 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486352 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 Guthrie map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](41.50357, -94.744876, 41.863308, -94.241356);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Guthrie)
[out:json];
(
rel["name"="Guthrie"][type=boundary];
rel["name:en"="Guthrie"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Guthrie
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bagley | 41.846364 , -94.430305 |
Bayard | 41.851956 , -94.557754 |
Casey | 41.507460 , -94.521271 |
Dale | 41.595820 , -94.341910 |
Diamondhead Lake | 41.548886 , -94.259251 |
Fanslers | 41.749430 , -94.455800 |
Glendon | 41.594430 , -94.402190 |
Guthrie Center | 41.678124 , -94.498947 |
Herndon | 41.845540 , -94.349410 |
Jamaica | 41.845228 , -94.306971 |
Lake Panorama | 41.719850 , -94.402566 |
Menlo | 41.522145 , -94.404251 |
Monteith | 41.631380 , -94.428580 |
North Branch | 41.645820 , -94.715260 |
Panora | 41.691020 , -94.363700 |
Wichita | 41.733320 , -94.604140 |
Yale | 41.775372 , -94.357212 |
Notes:
- You can download geometry data for Guthrie 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.