Lake (Colorado) Map Cropping Samples
Lake (Colorado) Map Cropping Samples-1
Lake (Colorado) Map Cropping Samples-2
Lake neighborhoods and villages map with 3D shadow effect
flag map of Lake with 3D shadow effect
Lake map with 3d shadow effect
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 : ( 39.056073 , -106.586338 , 39.381008 , -106.135529 )
Wikipedia ID for Lake : Q32349
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:Q32349 wdt:P1082 ?population. }
OPTIONAL { wd:Q32349 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q32349 wdt:P2046 ?area. }
OPTIONAL { wd:Q32349 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q32349 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q32349 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"](39.056073, -106.586338, 39.381008, -106.135529);
);
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) |
Adelaide | 39.267314 , -106.209812 |
Balltown | 39.077770 , -106.281130 |
Birdseye | 39.311100 , -106.227520 |
Brumley | 39.108435 , -106.563606 |
Champion Mill | 39.204590 , -106.371259 |
Climax | 39.367947 , -106.185886 |
Everett | 39.067770 , -106.501970 |
Kobe | 39.129440 , -106.314750 |
Leadville | 39.246693 , -106.293508 |
Leadville Junction | 39.258600 , -106.339750 |
Leadville North | 39.260459 , -106.311149 |
Leavick | 39.224141 , -106.171875 |
Malta | 39.229430 , -106.350860 |
Mount Massive Lakes | 39.152210 , -106.300580 |
Resurrection Mill | 39.235270 , -106.276970 |
Stringtown | 39.233600 , -106.319190 |
Twin Lakes | 39.103708 , -106.318987 |
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.