Download outline map of Lake (geojson format) :
Lake.geojson (**)
Download polygon array of Lake map for "Google Maps" :
Lake.txt
Bounding Box for Lake Map : ( 47.13807 , -114.604675 , 48.051996 , -113.598197 )
Wikipedia ID for Lake : Q496700
Wikipedia SPARQL Query for Lake (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q496700 wdt:P1082 ?population. }
OPTIONAL { wd:Q496700 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q496700 wdt:P2046 ?area. }
OPTIONAL { wd:Q496700 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q496700 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q496700 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 Lake map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](47.13807, -114.604675, 48.051996, -113.598197);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Lake)
[out:json];
(
rel["name"="Lake"][type=boundary];
rel["name:en"="Lake"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Lake
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Allentown | 47.440490 , -114.096500 |
Arlee | 47.167886 , -114.083845 |
Bear Dance | 47.901911 , -114.027316 |
Belle-Vue Court | 47.692440 , -114.141500 |
Big Arm | 47.793608 , -114.270028 |
Charlo | 47.442702 , -114.171606 |
Dayton | 47.864312 , -114.276588 |
Dunham | 47.611880 , -114.120950 |
Elmo | 47.828847 , -114.348573 |
Ferndale | 48.051620 , -114.007330 |
Finley Point | 47.746351 , -114.066591 |
Fort Connah | 47.371617 , -114.099712 |
Idlewise Court | 48.022730 , -114.067610 |
Jette | 47.716926 , -114.190557 |
Kerr | 47.677197 , -114.187298 |
Kicking Horse | 47.456763 , -114.071719 |
Kings Point | 47.763401 , -114.149749 |
Lake Mary Ronan | 47.929075 , -114.388729 |
Lindisfarne | 47.804194 , -114.212091 |
Meltons | 47.938000 , -114.389020 |
Moiese | 47.370490 , -114.265950 |
Pablo | 47.603529 , -114.105866 |
Polson | 47.689522 , -114.144076 |
Post Creek | 47.399100 , -114.096780 |
Proctor | 47.892440 , -114.305400 |
Ravalli | 47.279825 , -114.165855 |
Rocky Point | 47.732327 , -114.185475 |
Rollins | 47.910548 , -114.194842 |
Ronan | 47.528493 , -114.100975 |
Round Butte | 47.529660 , -114.262620 |
Salmon Prairie | 47.629940 , -113.785370 |
Sipes | 47.932720 , -114.385960 |
Snowberg Court | 47.799110 , -114.293180 |
St. Ignatius | 47.318491 , -114.095579 |
Swan Lake | 47.936101 , -113.799715 |
Turtle Lake | 47.669592 , -114.081828 |
Woods Bay | 48.008251 , -114.061297 |
Notes:
- You can download geometry data for Lake 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.