Differences

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

Link to this comparison view

location:snow_rd_pagosa_springs [2023/09/11 11:56] (current)
Jeff created
Line 1: Line 1:
 +====== Snow Rd Pagosa Springs  ======
 +{{tag>CO}}
 +**Location** : Snow Rd, Near Pagosa Springs
 +
 +**GPS**: 37.252790, -107.216946
 +
 +**Cell Signal** : T-Mobile  10 down Mbps / 10 up Mbps, Verizon 10 down Mbps / 10 up Mbps
 +
 +**Terrain** : Hilly Forest Area
 +
 +**Notes**
 +Road was good but nearby there seems to be a few places that people like to shot from. 
 +
 +<html>
 +  <div id="map1694454855_mapid" style='height:500px'></div> 
 +
 +  <script>
 +   var map1694454855_latLong = [37.252790, -107.216946];
 +   var map1694454855_zoom = 13
 +
 +   var map1694454855_mymap = L.map('map1694454855_mapid').setView(map1694454855_latLong,map1694454855_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(map1694454855_mymap);
 +
 +L.marker(map1694454855_latLong).addTo(map1694454855_mymap);
 +</script>
 +</html>