Differences

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

Link to this comparison view

Next revision
Previous revision
location:34.515970_-112.085178 [2021/10/28 11:17]
Jeff created
location:34.515970_-112.085178 [2021/10/28 11:23] (current)
Jeff
Line 2: Line 2:
 **Location** : East of Prescott, AZ on the 169 **Location** : East of Prescott, AZ on the 169
  
-**GPS**:   34.515970 -112.085178+**GPS**:   34.515970-112.085178
  
 **Cell Signal** : T-Mobile 2 Bars  **Cell Signal** : T-Mobile 2 Bars 
Line 23: Line 23:
  
 <html> <html>
-  <div id="34.515970_-112.085178_mapid" style='height:500px'></div> +  <div id="generic_mapid" style='height:500px'></div> 
  
   <script>   <script>
-   var 34.515970_-112.085178_latLong = [44.248944, -121.495615]; +   var generic_latLong = [34.515970, -112.085178]; 
-   var 34.515970_-112.085178_zoom 13+   var generic_zoom 10
  
-   var 34.515970_-112.085178_mymap = L.map('34.515970_-112.085178_mapid').setView(34.515970_-112.085178_latLong,34.515970_-112.085178_zoom);+   var generic_mymap = L.map('generic_mapid').setView(generic_latLong,generic_zoom);
    L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {    L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
     attribution: 'Map data &copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors',     attribution: 'Map data &copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors',
Line 35: Line 35:
     tileSize: 256,     tileSize: 256,
     zoomOffset: 0,     zoomOffset: 0,
-}).addTo(34.515970_-112.085178_mymap);+}).addTo(generic_mymap);
  
-L.marker(34.515970_-112.085178_latLong).addTo(34.515970_-112.085178_mymap);+L.marker(generic_latLong).addTo(generic_mymap);
 </script> </script>
 </html> </html>
-