Differences

This shows you the differences between two versions of the page.

Link to this comparison view

location:blm_near_cortez [2023/09/11 12:20] (current)
Jeff created
Line 1: Line 1:
 +====== Blm Near Cortez  ======
 +{{tag>CO}}
 +**Location** : 15 min East of Cortez, CO
 +
 +**GPS**: 37.360112, -108.429807
 +
 +**Cell Signal** : 4 T-Mobile  down Mbps / 1 up Mbps, Verizon 4 down Mbps / 1 up Mbps
 +
 +**Terrain** : Hilly Scrub Brush
 +
 +**Notes**
 +BLM land with Numbered Camping Spots. 
 +
 +<html>
 +  <div id="map1694456377_mapid" style='height:500px'></div> 
 +
 +  <script>
 +   var map1694456377_latLong = [37.360112, -108.429807];
 +   var map1694456377_zoom = 13
 +
 +   var map1694456377_mymap = L.map('map1694456377_mapid').setView(map1694456377_latLong,map1694456377_zoom);
 +   L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
 +    attribution: 'Map data &copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors',
 +    maxZoom: 18,
 +    tileSize: 256,
 +    zoomOffset: 0,
 +}).addTo(map1694456377_mymap);
 +
 +L.marker(map1694456377_latLong).addTo(map1694456377_mymap);
 +</script>
 +</html>