Teton (Idaho) Map Cropping Samples
Teton (Idaho) Map Cropping Samples-1
Teton (Idaho) Map Cropping Samples-2
Teton neighborhoods and villages map with 3D shadow effect
flag map of Teton with 3D shadow effect
Teton map with 3d shadow effect
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.501135 , -111.400985 , 43.98429 , -111.045474 )
Wikipedia ID for Teton : Q1220720
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:Q1220720 wdt:P1082 ?population. }
OPTIONAL { wd:Q1220720 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1220720 wdt:P2046 ?area. }
OPTIONAL { wd:Q1220720 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1220720 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1220720 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.501135, -111.400985, 43.98429, -111.045474);
);
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) |
Bates | 43.691580 , -111.200780 |
Cache | 43.787970 , -111.163000 |
Cedron | 43.622140 , -111.191060 |
Chapin | 43.643250 , -111.110780 |
Clawson | 43.797970 , -111.110780 |
Clementsville | 43.876580 , -111.369950 |
Darby | 43.694090 , -111.066050 |
Driggs | 43.728397 , -111.101676 |
Felt | 43.872970 , -111.184670 |
Fox Creek | 43.650480 , -111.110780 |
Judkins | 43.921860 , -111.149670 |
Sam | 43.719080 , -111.303840 |
Tetonia | 43.814649 , -111.158726 |
The String | 43.584640 , -111.088550 |
Twin Forks | 43.731860 , -111.193830 |
Two Forks | 43.712970 , -111.177170 |
Victor | 43.602930 , -111.117397 |
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.