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:template [2021/10/27 14:13]
Jeff
location:template [2022/04/26 14:19] (current)
Jeff
Line 1: Line 1:
-====== @PAGE@  ======+====== @!!PAGE@  ====== 
 +{{tag>State}}
 **Location** :  **Location** : 
  
 **GPS**:  **GPS**: 
  
-**Cell Signal** : T-Mobile +**Cell Signal** : T-Mobile  down Mbps / up Mbps, Verizon down Mbps / up Mbps
  
-**TV Reception** :  +**Terrain** : 
- +
-**Terrain** : Public land Desert. +
  
 **Notes** **Notes**
Line 14: Line 13:
  
 <html> <html>
-  <div id="@FILE@_mapid" style='height:500px'></div> +  <div id="map%s_mapid" style='height:500px'></div> 
  
   <script>   <script>
-   var @FILE@_latLong = [44.248944, -121.495615]; +   var map%s_latLong = [44.248944, -121.495615]; 
-   var @FILE@_zoom = 13+   var map%s_zoom = 13
  
-   var @FILE@_mymap = L.map('@FILE@_mapid').setView(@FILE@_latLong,@FILE@_zoom);+   var map%s_mymap = L.map('map%s_mapid').setView(map%s_latLong,map%s_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 26: Line 25:
     tileSize: 256,     tileSize: 256,
     zoomOffset: 0,     zoomOffset: 0,
-}).addTo(@FILE@_mymap);+}).addTo(map%s_mymap);
  
-L.marker(@FILE@_latLong).addTo(@FILE@_mymap);+L.marker(map%s_latLong).addTo(map%s_mymap);
 </script> </script>
 </html> </html>
-