mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-09-24 16:24:32 +00:00
First attempt at converting "sig" to "activity" for v3
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<p>These are supplied with the URL to the page you want to embed, for example for an embedded version of the band map in
|
||||
dark mode, use <code>https://spothole.app/bands?embedded=true&dark-mode=true</code>. For an embedded version of
|
||||
the main spots/home page in the system light/dark mode, use <code>https://spothole.app/?embedded=true</code>. For
|
||||
dark mode showing 70cm TOTA spots only, use <code>https://spothole.app/?embedded=true&dark-mode=true&sig=TOTA&band=70cm</code>.
|
||||
dark mode showing 70cm TOTA spots only, use <code>https://spothole.app/?embedded=true&dark-mode=true&activity=TOTA&band=70cm</code>.
|
||||
Providing no URL params causes the page to be loaded in the normal way it would when accessed directly in the user's
|
||||
browser.</p>
|
||||
<p>The supported parameters are as follows. Generally these match the equivalent parameters in the real Spothole API,
|
||||
@@ -82,10 +82,10 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>sig</code></td>
|
||||
<td><code>activity</code></td>
|
||||
<td>Comma-separated list</td>
|
||||
<td>(all)</td>
|
||||
<td><code>?sig=POTA,SOTA,NO_SIG</code></td>
|
||||
<td><code>?activity=POTA,SOTA,NO_ACTIVITY</code></td>
|
||||
<td>Sets the list of activities that will be shown on the spots, bands and map pages. Available options
|
||||
match the labels of the buttons in the standard web interface.
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user