@niconoe I want to adapt the dropdown and map to show the code - location combination rather than just location:
Code =odimCode, location = text in config.ts, so it should be possible to create a computed value (e.g. radarLabel) from the two. I tried to see where it could be introduced, but I got a bit lost in the code. 😅. Is it possible to do that for dropdown and map only? Or do we have to update all text properties in config.ts, which would not be DRY, is prone to error and would also affect the selectedRadarLocation value.
The default value for radarLabel could be text (keeping with the current value used by RMI crow). For aloft/crow I would use the longer value.
@niconoe I want to adapt the dropdown and map to show the
code - location
combination rather than justlocation
:Code =
odimCode
, location =text
inconfig.ts
, so it should be possible to create a computed value (e.g.radarLabel
) from the two. I tried to see where it could be introduced, but I got a bit lost in the code. 😅. Is it possible to do that for dropdown and map only? Or do we have to update alltext
properties inconfig.ts
, which would not be DRY, is prone to error and would also affect theselectedRadarLocation
value.The default value for
radarLabel
could betext
(keeping with the current value used by RMI crow). For aloft/crow I would use the longer value.