Differences

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

Link to this comparison view

location:santa_fe_rec_area [2023/09/19 11:04] (current)
Jeff created
Line 1: Line 1:
 +====== Santa Fe Rec Area  ======
 +{{tag>NM}}
 +**Location** :  Just outside of Santa Fe
 +
 +**GPS**: 35.689917, -106.082574
 +
 +**Cell Signal** : T-Mobile  down 4 Mbps / up 3 Mbps, Verizon down 60 Mbps / up 10 Mbps. T-Mobile sometimes goes to Roaming during the Day. 
 +
 +**Terrain** : Scrub Brush
 +
 +**Notes**
 +The area to park it seem to have a lot of trash. The area seems pretty high traffic as well. Good for an overnight or two.
 +
 +<html>
 +  <div id="map1695142886_mapid" style='height:500px'></div> 
 +
 +  <script>
 +   var map1695142886_latLong = [35.689917, -106.082574];
 +   var map1695142886_zoom = 13
 +
 +   var map1695142886_mymap = L.map('map1695142886_mapid').setView(map1695142886_latLong,map1695142886_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(map1695142886_mymap);
 +
 +L.marker(map1695142886_latLong).addTo(map1695142886_mymap);
 +</script>
 +</html>