Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
location:34.515970_-112.085178 [2021/10/28 11:19]
Jeff
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="v1_mapid" style='height:500px'></div> +  <div id="generic_mapid" style='height:500px'></div> 
  
   <script>   <script>
-   var v1_latLong = [34.515970 -112.085178]; +   var generic_latLong = [34.515970-112.085178]; 
-   var v1_zoom 13+   var generic_zoom 10
  
-   var v1_mymap = L.map('34.515970_-v1_mapid').setView(v1_latLong,v1_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(v1_mymap);+}).addTo(generic_mymap);
  
-L.marker(v1_latLong).addTo(v1_mymap);+L.marker(generic_latLong).addTo(generic_mymap);
 </script> </script>
 </html> </html>
-