Differences
This shows you the differences between two versions of the page.
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> | ||
**Location** : | **Location** : | ||
**GPS**: | **GPS**: | ||
- | **Cell Signal** : T-Mobile | + | **Cell Signal** : T-Mobile |
- | **TV Reception** : | + | **Terrain** : |
- | + | ||
- | **Terrain** : Public land Desert. | + | |
**Notes** | **Notes** | ||
Line 14: | Line 13: | ||
< | < | ||
- | <div id="@FILE@_mapid" style=' | + | <div id="map%s_mapid" style=' |
< | < | ||
- | | + | |
- | | + | |
- | | + | |
| | ||
attribution: | attribution: | ||
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); |
</ | </ | ||
</ | </ | ||
- | |||