Washington (Idaho) Map Cropping Samples
Washington (Idaho) Map Cropping Samples-1
Washington (Idaho) 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 : ( 44.151066 , -117.243027 , 44.840609 , -116.299552 )
Wikipedia ID for Washington : Q486040
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:Q486040 wdt:P1082 ?population. }
OPTIONAL { wd:Q486040 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486040 wdt:P2046 ?area. }
OPTIONAL { wd:Q486040 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486040 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486040 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"](44.151066, -117.243027, 44.840609, -116.299552);
);
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) |
Barton | 44.384330 , -116.799880 |
Cambridge | 44.571823 , -116.677949 |
Concrete | 44.355160 , -116.795440 |
Crystal | 44.167110 , -116.890990 |
Diamond | 44.414050 , -116.776000 |
Eaton | 44.275720 , -117.081280 |
Feltham | 44.207110 , -116.931000 |
Heath | 44.755990 , -116.882110 |
Jonathan | 44.267390 , -117.053500 |
Midvale | 44.461826 , -116.743151 |
Mineral | 44.565160 , -117.077670 |
Rebecca | 44.240720 , -116.857940 |
Salubria | 44.563500 , -116.666270 |
Weiser | 44.256620 , -116.969629 |
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.