Download outline map of Summit (geojson format) :
Summit.geojson (**)
Download polygon array of Summit map for "Google Maps" :
Summit.txt
Bounding Box for Summit Map : ( 40.548352 , -111.649073 , 41.251779 , -110.000704 )
Wikipedia ID for Summit : Q484563
Wikipedia SPARQL Query for Summit (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q484563 wdt:P1082 ?population. }
OPTIONAL { wd:Q484563 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484563 wdt:P2046 ?area. }
OPTIONAL { wd:Q484563 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484563 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484563 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 Summit map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.548352, -111.649073, 41.251779, -110.000704);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Summit)
[out:json];
(
rel["name"="Summit"][type=boundary];
rel["name:en"="Summit"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Summit
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Altus | 40.752450 , -111.618260 |
Atkinson | 40.740500 , -111.474920 |
Castle Rock | 41.111610 , -111.203240 |
Christmas Meadow Summer Home Area | 40.826890 , -110.807670 |
Coalville | 40.915432 , -111.393738 |
Deer Valley | 40.643440 , -111.484880 |
Deer Valley Resort | 40.631340 , -111.479360 |
Echo | 40.980258 , -111.439244 |
Echo Resort | 40.962450 , -111.411590 |
Emory | 41.048840 , -111.304360 |
Francis | 40.611887 , -111.276467 |
Gogorza | 40.753840 , -111.569650 |
Gorgosa | 40.755319 , -111.577239 |
Henefer | 41.017618 , -111.493096 |
Hoytsville | 40.875493 , -111.384717 |
Jeremy Ranch | 40.754110 , -111.559370 |
Kamas | 40.649567 , -111.272207 |
Kimball Junction | 40.727170 , -111.544090 |
Marion | 40.681342 , -111.282842 |
North Snyderville Basin | 40.758400 , -111.512670 |
Oakley | 40.725869 , -111.276977 |
Park City | 40.644745 , -111.503979 |
Peoa | 40.725615 , -111.338015 |
Samak | 40.631763 , -111.224212 |
Silver Creek Junction | 40.731340 , -111.497980 |
Silver Springs | 40.705500 , -111.545200 |
Silver Summit | 40.743371 , -111.490492 |
Snyderville | 40.704121 , -111.543625 |
South Snyderville Basin | 40.702140 , -111.509780 |
Summit Park | 40.743195 , -111.581477 |
Upton | 40.963560 , -111.235470 |
Wahsatch | 41.199110 , -111.112960 |
Wanship | 40.816754 , -111.415074 |
Woodland | 40.584427 , -111.236471 |
Notes:
- You can download geometry data for Summit 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.