Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
location:template [2021/10/27 13:15] 127.0.0.1 external edit |
location:template [2022/04/26 14:19] (current) Jeff |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== @!!PAGE@ | ||
+ | {{tag> | ||
+ | **Location** : | ||
+ | |||
+ | **GPS**: | ||
+ | |||
+ | **Cell Signal** : T-Mobile | ||
+ | |||
+ | **Terrain** : | ||
+ | |||
+ | **Notes** | ||
+ | |||
+ | |||
< | < | ||
- | <div id="@FILE@_mapid" style=' | + | <div id="map%s_mapid" style=' |
< | < | ||
- | | + | |
- | | + | |
- | | + | |
| | ||
attribution: | attribution: | ||
Line 12: | 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); |
</ | </ | ||
</ | </ | ||
- | |||