Howard (Iowa) Map Cropping Samples
Howard (Iowa) Map Cropping Samples-1
Howard (Iowa) Map Cropping Samples-2
Howard neighborhoods and villages map with 3D shadow effect
flag map of Howard with 3D shadow effect
Howard map with 3d shadow effect
Download outline map of Howard (geojson format) :
Howard.geojson (**)
Download polygon array of Howard map for "Google Maps" :
Howard.txt
Bounding Box for Howard Map : ( 43.212688 , -92.554553 , 43.500821 , -92.079635 )
Wikipedia ID for Howard : Q156647
Wikipedia SPARQL Query for Howard (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q156647 wdt:P1082 ?population. }
OPTIONAL { wd:Q156647 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q156647 wdt:P2046 ?area. }
OPTIONAL { wd:Q156647 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q156647 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q156647 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 Howard map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](43.212688, -92.554553, 43.500821, -92.079635);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Howard)
[out:json];
(
rel["name"="Howard"][type=boundary];
rel["name:en"="Howard"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Howard
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bonair | 43.421910 , -92.192670 |
Chester | 43.491844 , -92.363951 |
Cresco | 43.371757 , -92.116350 |
Davis Corners | 43.370800 , -92.297670 |
Elma | 43.245873 , -92.439334 |
Florenceville | 43.499130 , -92.132660 |
Lidtke Mill | 43.464410 , -92.278220 |
Lime Springs | 43.449847 , -92.284082 |
Maple Leaf | 43.320800 , -92.379060 |
Protivin | 43.216428 , -92.089145 |
Riceville | 43.362157 , -92.554108 |
Saratoga | 43.371360 , -92.406010 |
Schley | 43.303300 , -92.219060 |
Vernon Springs | 43.349970 , -92.138220 |
Notes:
- You can download geometry data for Howard 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.