Download outline map of Teton (geojson format) :
Teton.geojson (**)
Download polygon array of Teton map for "Google Maps" :
Teton.txt
Bounding Box for Teton Map : ( 43.23499 , -111.055331 , 44.666805 , -110.051031 )
Wikipedia ID for Teton : Q488912
Wikipedia SPARQL Query for Teton (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q488912 wdt:P1082 ?population. }
OPTIONAL { wd:Q488912 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q488912 wdt:P2046 ?area. }
OPTIONAL { wd:Q488912 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q488912 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q488912 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 Teton map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](43.23499, -111.055331, 44.666805, -110.051031);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Teton)
[out:json];
(
rel["name"="Teton"][type=boundary];
rel["name:en"="Teton"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Teton
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alta | 43.773632 , -111.031260 |
Beaver Creek | 43.687150 , -110.735490 |
Colter Bay | 43.902592 , -110.642452 |
Colter Bay Village | 43.904660 , -110.640770 |
Elk | 43.786610 , -110.547430 |
Fishing Bridge | 44.571393 , -110.382569 |
Grovont | 43.644930 , -110.664100 |
Hoback | 43.308141 , -110.744324 |
Hoback Junction | 43.322430 , -110.730480 |
Jack Pine | 43.326050 , -110.434070 |
Jackson | 43.472380 , -110.773880 |
Jenny Lake | 43.767374 , -110.724806 |
Kelly | 43.623201 , -110.626480 |
Lake | 44.558270 , -110.396590 |
Moose | 43.655770 , -110.718260 |
Moose Wilson Road | 43.531511 , -110.833972 |
Moran | 43.841610 , -110.507710 |
Old Faithful | 44.461781 , -110.836876 |
Rafter J Ranch | 43.431717 , -110.792174 |
South Park | 43.423504 , -110.799304 |
Teton Village | 43.593138 , -110.844111 |
Three River Junction | 44.289100 , -110.892990 |
West Thumb | 44.415500 , -110.575480 |
Wilson | 43.486059 , -110.893722 |
Notes:
- You can download geometry data for Teton 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.