Differences

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

Link to this comparison view

location:a-1_mountain [2023/06/16 11:15] (current)
Line 1: Line 1:
 +====== A-1 Mountain ======
 +{{tag>Arizona}}
 +**Location** :  West of Flagstaff
 +
 +**GPS**: 35.21361, -111.750145
 +
 +**Cell Signal** : T-Mobile  10 down Mbps / 4 up Mbps, Verizon 2.5 down Mbps / 0.6 up Mbps
 +
 +**Terrain** : Light Forest with rocking ground
 +
 +**Notes**
 +Seems they shut down camping to the east of the road we are on. So this side of the road we are on, you can camp on but the east side of this road, is in the no camping zone. The no camping side is for logging or something. 
 +<html>
 +  <div id="map1657549024_mapid" style='height:500px'></div> 
 +
 +  <script>
 +   var map1657549024_latLong = [
 +35.21361, -111.750145];
 +   var map1657549024_zoom = 13
 +
 +   var map1657549024_mymap = L.map('map1657549024_mapid').setView(map1657549024_latLong,map1657549024_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(map1657549024_mymap);
 +
 +L.marker(map1657549024_latLong).addTo(map1657549024_mymap);
 +</script>
 +</html>