Download outline map of Wasatch (geojson format) :
Wasatch.geojson (**)
Download polygon array of Wasatch map for "Google Maps" :
Wasatch.txt
Bounding Box for Wasatch Map : ( 39.899146 , -111.620968 , 40.690948 , -110.891783 )
Wikipedia ID for Wasatch : Q26766
Wikipedia SPARQL Query for Wasatch (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q26766 wdt:P1082 ?population. }
OPTIONAL { wd:Q26766 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q26766 wdt:P2046 ?area. }
OPTIONAL { wd:Q26766 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q26766 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q26766 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 Wasatch map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](39.899146, -111.620968, 40.690948, -110.891783);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Wasatch)
[out:json];
(
rel["name"="Wasatch"][type=boundary];
rel["name:en"="Wasatch"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Wasatch
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bryants Fork Summer Home Area | 40.174960 , -111.184060 |
Center Creek | 40.478010 , -111.357120 |
Charleston | 40.467458 , -111.464942 |
Cranmer | 40.616620 , -111.440750 |
Daniel | 40.466784 , -111.409582 |
Hailstone | 40.608290 , -111.410190 |
Heber | 40.507118 , -111.398284 |
Hideout | 40.642853 , -111.400677 |
Independence | 40.411472 , -111.295845 |
Interlaken | 40.541660 , -111.472960 |
Jordanelle | 40.594400 , -111.427410 |
Keetley | 40.635510 , -111.414630 |
Midway | 40.517975 , -111.475184 |
Mound City | 40.525230 , -111.491860 |
Mountain Spa | 40.524950 , -111.467410 |
Parkview Trailer Court | 40.514680 , -111.412680 |
Soapstone Summer Home Area | 40.574670 , -111.051280 |
Soldier Summit | 39.928570 , -111.077940 |
Three Forks | 39.974680 , -110.957110 |
Timber Lakes | 40.473360 , -111.253335 |
Town of Hideout | 40.644360 , -111.400650 |
Wallsburg | 40.387496 , -111.420684 |
Notes:
- You can download geometry data for Wasatch 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.