mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-06-25 22:25:12 +00:00
Disambiguation between Towers and Toilets on the Air
This commit is contained in:
@@ -18,6 +18,11 @@ info:
|
||||
### 1.4
|
||||
|
||||
* Spots can now include a "propagation_mode" field, and the `/options` call enumerates the options that can have.
|
||||
* Added support for the Diploma de Municipios Españoles (DME) SIG
|
||||
* Renamed some SIGs to avoid confusion between Towers, Tiles and Toilets
|
||||
* Added `comment_names` to SIGs in the `/options`, to reflect how they might be referred to in spot comments where
|
||||
it differs from their `name`.
|
||||
* Added `propagation_mode` field to spots
|
||||
|
||||
### 1.3
|
||||
|
||||
@@ -771,7 +776,7 @@ components:
|
||||
- ZLOTA
|
||||
- WOTA
|
||||
- LLOTA
|
||||
- WWTOTA
|
||||
- Towers
|
||||
- Tiles
|
||||
- Cluster
|
||||
- RBN
|
||||
@@ -790,7 +795,7 @@ components:
|
||||
- HEMA
|
||||
- WCA
|
||||
- MOTA
|
||||
- SIOTA
|
||||
- SiOTA
|
||||
- ARLHS
|
||||
- ILLW
|
||||
- ZLOTA
|
||||
@@ -799,12 +804,12 @@ components:
|
||||
- WOTA
|
||||
- BOTA
|
||||
- LLOTA
|
||||
- WWTOTA
|
||||
- Towers
|
||||
- Tiles
|
||||
- WAB
|
||||
- WAI
|
||||
- DME
|
||||
- TOTA
|
||||
- Toilets
|
||||
example: POTA
|
||||
|
||||
SIGNameIncludingNoSIG:
|
||||
@@ -1374,6 +1379,16 @@ components:
|
||||
type: string
|
||||
description: The full name of the SIG
|
||||
example: Parks on the Air
|
||||
comment_names:
|
||||
type: array
|
||||
description: >
|
||||
Names by which this SIG may be referred to in cluster spot comments. Most SIGs have a
|
||||
single entry matching their programme name (e.g. ["POTA"]), but some have none (where
|
||||
the name is ambiguous with other SIGs, such as Tiles and Toilets on the Air) or multiple
|
||||
entries (e.g. WWBOTA accepts both "WWBOTA" and "BOTA" since the latter is often used).
|
||||
items:
|
||||
type: string
|
||||
example: [ "TOTA" ]
|
||||
ref_regex:
|
||||
type: string
|
||||
description: >
|
||||
|
||||
Reference in New Issue
Block a user