Download outline map of Bear Lake (geojson format) :
Bear Lake.geojson (**)
Download polygon array of Bear Lake map for "Google Maps" :
Bear Lake.txt
Bounding Box for Bear Lake Map : ( 41.999518 , -111.634939 , 42.603115 , -111.046689 )
Wikipedia ID for Bear Lake : Q486372
Wikipedia SPARQL Query for Bear Lake (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486372 wdt:P1082 ?population. }
OPTIONAL { wd:Q486372 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486372 wdt:P2046 ?area. }
OPTIONAL { wd:Q486372 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486372 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486372 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 Bear Lake map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](41.999518, -111.634939, 42.603115, -111.046689);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Bear Lake)
[out:json];
(
rel["name"="Bear Lake"][type=boundary];
rel["name:en"="Bear Lake"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Bear Lake
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alton | 42.227430 , -111.151580 |
Bear Lake Hot Springs | 42.108540 , -111.265200 |
Bear Lake Sands | 42.051600 , -111.253530 |
Bennington | 42.382315 , -111.321925 |
Bern | 42.339650 , -111.386040 |
Bloomington | 42.190959 , -111.404921 |
Border | 42.182990 , -111.047410 |
Chausse | 42.180770 , -111.083800 |
Dingle | 42.219370 , -111.267980 |
Fish Haven | 42.036880 , -111.396320 |
Geneva | 42.358540 , -111.065190 |
Georgetown | 42.478472 , -111.365463 |
Giveout | 42.418540 , -111.158530 |
Glencoe | 42.011040 , -111.408260 |
Harer | 42.189380 , -111.171590 |
Lanark | 42.281590 , -111.428540 |
Liberty | 42.317150 , -111.452150 |
Lifton | 42.123260 , -111.313260 |
Lindsayville | 42.429930 , -111.422160 |
Manson | 42.569640 , -111.498830 |
Montpelier | 42.326020 , -111.298755 |
Nounan | 42.477700 , -111.451050 |
Novene | 42.497150 , -111.413270 |
Ovid | 42.288820 , -111.398260 |
Paris | 42.227342 , -111.403129 |
Pegram | 42.142710 , -111.128810 |
Raymond | 42.274650 , -111.058800 |
Sharon | 42.350480 , -111.479100 |
St. Charles | 42.112143 , -111.390165 |
Turnpike | 42.109930 , -111.263530 |
Wardboro | 42.255760 , -111.277150 |
Wooleys | 42.451870 , -111.386880 |
Notes:
- You can download geometry data for Bear 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.