Washington (Iowa) Map Cropping Samples
Washington (Iowa) Map Cropping Samples-1
Washington (Iowa) Map Cropping Samples-2
Washington neighborhoods and villages map with 3D shadow effect
flag map of Washington with 3D shadow effect
Washington map with 3d shadow effect
Download outline map of Washington (geojson format) :
Washington.geojson (**)
Download polygon array of Washington map for "Google Maps" :
Washington.txt
Bounding Box for Washington Map : ( 41.161514 , -91.946939 , 41.511743 , -91.48386 )
Wikipedia ID for Washington : Q386189
Wikipedia SPARQL Query for Washington (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q386189 wdt:P1082 ?population. }
OPTIONAL { wd:Q386189 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q386189 wdt:P2046 ?area. }
OPTIONAL { wd:Q386189 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q386189 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q386189 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 Washington map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](41.161514, -91.946939, 41.511743, -91.48386);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Washington)
[out:json];
(
rel["name"="Washington"][type=boundary];
rel["name:en"="Washington"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Washington
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ainsworth | 41.290083 , -91.554514 |
Brighton | 41.174698 , -91.821201 |
Coppock | 41.163535 , -91.715054 |
Crawfordsville | 41.213919 , -91.536627 |
Daytonville | 41.476130 , -91.829060 |
Haskins | 41.328080 , -91.536830 |
Havre | 41.253630 , -91.610160 |
Kalona | 41.487380 , -91.701823 |
Lexington | 41.397790 , -91.807120 |
Noble | 41.166410 , -91.619610 |
Richmond | 41.449740 , -91.697390 |
Riverside | 41.489400 , -91.555725 |
Rubio | 41.221130 , -91.937670 |
Titu | 41.275020 , -91.791840 |
Washington | 41.298224 , -91.692801 |
Wellman | 41.469264 , -91.835371 |
West Chester | 41.340039 , -91.816948 |
Notes:
- You can download geometry data for Washington 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.