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 : ( 36.999923 , -114.052998 , 37.618486 , -112.899366 )
Wikipedia ID for Washington : Q27240
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:Q27240 wdt:P1082 ?population. }
OPTIONAL { wd:Q27240 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q27240 wdt:P2046 ?area. }
OPTIONAL { wd:Q27240 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q27240 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q27240 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"](36.999923, -114.052998, 37.618486, -112.899366);
);
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) |
Apple Valley | 37.081791 , -113.105163 |
Big Plain Junction | 37.048870 , -113.106610 |
Bloomington | 37.046650 , -113.606070 |
Brookside | 37.192458 , -113.353307 |
Central | 37.414968 , -113.626292 |
Dammeron Valley | 37.304174 , -113.665868 |
Enterprise | 37.571882 , -113.741999 |
Gunlock | 37.286090 , -113.763300 |
Harrisburg Junction | 37.161930 , -113.431620 |
Hildale | 37.014945 , -112.981456 |
Hurricane | 37.149699 , -113.352400 |
Ivins | 37.174410 , -113.679955 |
Kayenta | 37.169399 , -113.681153 |
La Verkin | 37.231213 , -113.251891 |
Leeds | 37.243099 , -113.355120 |
Middleton | 37.120810 , -113.540790 |
New Harmony | 37.480414 , -113.309476 |
Oak Creek Residental Area | 37.210540 , -112.987160 |
Pine Valley | 37.390273 , -113.505908 |
Pintura | 37.340810 , -113.274120 |
Rockville | 37.147576 , -113.054317 |
Santa Clara | 37.132519 , -113.655181 |
Shem | 37.191650 , -113.768850 |
Shivwits | 37.181090 , -113.757460 |
Shunesburg | 37.158040 , -112.977720 |
Silver Reef | 37.252760 , -113.367730 |
Springdale | 37.181502 , -113.004936 |
St. George | 37.076982 , -113.575647 |
Toquerville | 37.255303 , -113.293158 |
Veyo | 37.337502 , -113.693027 |
Virgin | 37.207823 , -113.208727 |
Washington | 37.132467 , -113.489292 |
Watchman Residential Area | 37.203320 , -112.979940 |
Winchester Hills | 37.131898 , -113.616442 |
Zion Lodge | 37.250820 , -112.956330 |
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.