Download outline map of Cascade (geojson format) :
Cascade.geojson (**)
Download polygon array of Cascade map for "Google Maps" :
Cascade.txt
Bounding Box for Cascade Map : ( 46.818063 , -112.047664 , 47.698721 , -110.636286 )
Wikipedia ID for Cascade : Q193167
Wikipedia SPARQL Query for Cascade (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q193167 wdt:P1082 ?population. }
OPTIONAL { wd:Q193167 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q193167 wdt:P2046 ?area. }
OPTIONAL { wd:Q193167 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q193167 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q193167 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 Cascade map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](46.818063, -112.047664, 47.698721, -110.636286);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Cascade)
[out:json];
(
rel["name"="Cascade"][type=boundary];
rel["name:en"="Cascade"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Cascade
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Armington | 47.366350 , -110.903570 |
Armington Junction | 47.348020 , -110.894400 |
Ashuelot | 47.557170 , -111.811380 |
Belt | 47.387406 , -110.927810 |
Belt Creek | 47.553020 , -110.957460 |
Big Stone Colony | 47.399960 , -111.217470 |
Black Eagle | 47.526996 , -111.266877 |
Blythe | 47.301350 , -110.828560 |
Calvert | 47.165240 , -111.134400 |
Cascade | 47.270847 , -111.703374 |
Cascade Colony | 47.439950 , -111.819990 |
Castner Falls | 47.306620 , -111.495520 |
Centerville | 47.389680 , -111.142740 |
Cooper | 47.522190 , -111.136920 |
Countryside Village | 47.539400 , -111.296640 |
Eden | 47.269960 , -111.272180 |
Emerson Junction | 47.519960 , -111.369700 |
Evans | 47.173570 , -111.092450 |
Fair Haven Colony | 47.403560 , -111.628310 |
Fields | 47.450510 , -111.239690 |
Fife | 47.455800 , -111.023020 |
Fort Shaw | 47.496885 , -111.819345 |
Gerber | 47.451070 , -111.164970 |
Gibson Flats | 47.465016 , -111.243078 |
Giffen | 47.313850 , -111.186630 |
Gordon | 47.629400 , -111.646650 |
Great Falls | 47.501268 , -111.300234 |
Hardy | 47.186340 , -111.805820 |
Malmstrom AFB | 47.505762 , -111.182626 |
Malmstrom Air Force Base | 47.505490 , -111.183020 |
Manchester | 47.540790 , -111.462190 |
Mid Canon | 47.132170 , -111.887770 |
Millegan | 47.020500 , -111.369680 |
Monarch | 47.098300 , -110.838550 |
Neihart | 46.935211 , -110.736055 |
Olson Place | 47.471340 , -112.010000 |
Pack and Lacey Crossing | 47.544690 , -110.899960 |
Portage | 47.652740 , -111.124690 |
Rainbow | 47.538290 , -111.199970 |
Riceville | 47.214680 , -110.933560 |
Riverdale | 47.346620 , -111.592750 |
Rogers | 47.543300 , -110.996360 |
Salem | 47.537190 , -111.040250 |
Sand Coulee | 47.402532 , -111.172020 |
Sheffels | 47.594680 , -111.150250 |
Simms | 47.493209 , -111.947680 |
Smelter Hill | 47.521350 , -111.268860 |
St Peter | 47.302450 , -111.918050 |
Stockett | 47.353490 , -111.169736 |
Sun Prairie | 47.538535 , -111.491853 |
Sun River | 47.530540 , -111.723986 |
Three Forks | 47.281630 , -111.090240 |
Tracy | 47.413020 , -111.154130 |
Truly | 47.355790 , -111.441360 |
Ulm | 47.419695 , -111.525242 |
Vaughn | 47.552323 , -111.560854 |
Wayne | 47.441910 , -110.959130 |
Notes:
- You can download geometry data for Cascade 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.