feat(bandmap): mark LoTW users, with the badge the cluster already uses
Logger32 draws a green square for a LoTW user and an X for a worked one. The square is the part worth copying; the way it is drawn is not. Colour on this map is already spoken for — it carries the entity status, and the left edge of each pill stacks the new-park / new-county markers. Adding a green fill for LoTW would put two unrelated meanings on one channel, and an operator would have to work out which green meant what. So it is the same "L" badge the cluster list draws, in the same muted blue, for the reason written there: whether a station uploads to LoTW says nothing about whether the spot is worth chasing. Worked stations already read as worked here — the pill goes grey and the status markers speak — so no X is needed. Switchable in Settings → Appearance, and on by default: a `configured` flag distinguishes "saved with this off" from "saved before the option existed", so turning it off sticks instead of being undone by the next default.
This commit is contained in:
+4
-2
@@ -4,11 +4,13 @@
|
||||
"date": "",
|
||||
"en": [
|
||||
"Appearance: row colouring now defaults to a left stripe, with a filled row and its strength offered as choices.",
|
||||
"The band map now follows the cluster filters — LoTW only, spotter continent, hide worked, status and mode chips."
|
||||
"The band map now follows the cluster filters — LoTW only, spotter continent, hide worked, status and mode chips.",
|
||||
"Band map: stations that upload to LoTW now carry the same L badge as the cluster list, switchable in Appearance."
|
||||
],
|
||||
"fr": [
|
||||
"Apparence : la coloration des lignes se fait par défaut sur une barre à gauche, la ligne remplie et son intensité restant proposées.",
|
||||
"La band map suit désormais les filtres du cluster — LoTW seulement, continent du spotter, masquer les contactés, statuts et modes."
|
||||
"La band map suit désormais les filtres du cluster — LoTW seulement, continent du spotter, masquer les contactés, statuts et modes.",
|
||||
"Band map : les stations qui utilisent LoTW portent le même badge L que la liste du cluster, activable dans Apparence."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user