Washington (Colorado) Map Cropping Samples
Washington (Colorado) Map Cropping Samples-1
Washington (Colorado) 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 : ( 39.565654 , -103.707072 , 40.438508 , -102.779943 )
Wikipedia ID for Washington : Q312487
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:Q312487 wdt:P1082 ?population. }
OPTIONAL { wd:Q312487 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q312487 wdt:P2046 ?area. }
OPTIONAL { wd:Q312487 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q312487 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q312487 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"](39.565654, -103.707072, 40.438508, -102.779943);
);
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) |
Akron | 40.164382 , -103.220686 |
Anton | 39.741650 , -103.217160 |
Arickaree | 39.699150 , -103.066050 |
Burdett | 40.365540 , -102.951040 |
Calhoun | 40.142480 , -102.890490 |
Cope | 39.663880 , -102.851040 |
Elba | 39.948320 , -103.218270 |
Hyde | 40.135820 , -102.832710 |
Last Chance | 39.740820 , -103.591610 |
Lindon | 39.739430 , -103.413830 |
Lone Star | 40.351930 , -102.851320 |
Messex | 40.429430 , -103.436610 |
Midway | 40.226370 , -103.397720 |
Otis | 40.150129 , -102.962139 |
Pinneo | 40.209420 , -103.438550 |
Platner | 40.155260 , -103.067440 |
Rago | 40.001930 , -103.415500 |
Thurman | 39.596100 , -103.217440 |
Wiladel | 39.743040 , -103.009940 |
Woodrow | 39.988320 , -103.591610 |
Xenia | 40.161090 , -103.344940 |
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.