Differences

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

Link to this comparison view

location:rocky_park_road [2023/07/17 09:43] (current)
Jeff created
Line 1: Line 1:
 +====== Rocky Park Road  ======
 +{{tag>Arizona}}
 +**Location** :  South of Flagstaff on I-17 (45 min drive from Flagstaff), off Rocky Park Rd.
 +
 +**GPS**: 34.855118, -111.606302
 +
 +**Cell Signal** : T-Mobile : 15 Mbps Down, 9 Mbs Up.  Verizon 6 Mbps Down  5 Mbps Up.
 +
 +**Terrain** : Pine Trees, which provided some shade. 
 +
 +**Notes**
 +
 +3 Possible Campsites on the North Road
 +
 +<html>
 +  <div id="map1635451880_mapid" style='height:500px'></div> 
 +
 +  <script>
 +   var map1635451880_latLong = [34.855118, -111.606302];
 +   var map1635451880_zoom = 13
 +
 +   var map1635451880_mymap = L.map('map1635451880_mapid').setView(map1635451880_latLong,map1635451880_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(map1635451880_mymap);
 +
 +L.marker(map1635451880_latLong).addTo(map1635451880_mymap);
 +</script>
 +</html>