Differences

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

Link to this comparison view

Next revision
Previous revision
location:4_spirits_distillery [2021/10/28 13:26]
Jeff created
location:4_spirits_distillery [2021/10/28 13:28] (current)
Jeff
Line 8: Line 8:
 **TV Reception** :  **TV Reception** : 
  
-**Terrain** : Street parking. Note this is dead end street. Requires some serious backing up and turn around capabilities. Note that the road for drainage will make the rig lean towards the curb. The staff at the Distillery were nice and friendly. +**Terrain** :  Street parking. Note this is dead end street. Requires some serious backing up and turn around capabilities. Note that the road for drainage will make the rig lean towards the curb. The staff at the Distillery were nice and friendly. 
  
  
 **Notes** **Notes**
- 
  
 <html> <html>
-  <div id="4_spirits_distillery_mapid" style='height:500px'></div> +  <div id="generic_mapid" style='height:500px'></div> 
  
   <script>   <script>
-   var 4_spirits_distillery_latLong = [44.530827, -123.269378]; +   var generic_latLong = [44.530827, -123.269378]; 
-   var 4_spirits_distillery_zoom 13+   var generic_zoom 10
  
-   var 4_spirits_distillery_mymap = L.map('4_spirits_distillery_mapid').setView(4_spirits_distillery_latLong,4_spirits_distillery_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 27: Line 26:
     tileSize: 256,     tileSize: 256,
     zoomOffset: 0,     zoomOffset: 0,
-}).addTo(4_spirits_distillery_mymap);+}).addTo(generic_mymap);
  
-L.marker(4_spirits_distillery_latLong).addTo(4_spirits_distillery_mymap);+L.marker(generic_latLong).addTo(generic_mymap);
 </script> </script>
 </html> </html>
- 
-