mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-22 05:40:10 +00:00
documentation updates (#9)
This commit is contained in:
commit
e4045ff3d8
1 changed files with 8 additions and 1 deletions
|
@ -423,7 +423,14 @@ Note - due to design limitations of `readsb`, the `tar1090` graphical interface
|
|||
|----------------------|---------|---------|
|
||||
| `TAR1090_RANGERINGS` | `false` to hide range rings | `true` |
|
||||
| `TAR1090_RANGERINGSDISTANCES` | Distances to display range rings, in miles, nautical miles, or km (depending settings value '`TAR1090_DISPLAYUNITS`'). Accepts a comma separated list of numbers (no spaces, no quotes). | `100,150,200,250` |
|
||||
| `TAR1090_RANGERINGSCOLORS` | Colours for each of the range rings specified in `TAR1090_RANGERINGSDISTANCES`. Accepts a comma separated list of hex colour values, each enclosed in single quotes (eg `TAR1090_RANGERINGSCOLORS='#FFFFF','#00000'`). No spaces. | Blank |
|
||||
| `TAR1090_RANGERINGSCOLORS` | Colours for each of the range rings specified in `TAR1090_RANGERINGSDISTANCES`. Accepts a comma separated list of hex colour values, each enclosed in single quotes (eg `TAR1090_RANGERINGSCOLORS='#FFFFF','#00000'`). No spaces. | Unset |
|
||||
|
||||
#### `tar1090` `config.js` Configuration - Route Display
|
||||
|
||||
| Environment Variable | Purpose | Default |
|
||||
|----------------------|---------|---------|
|
||||
| `TAR1090_USEROUTEAPI` | Set to `true` to enable route lookup for callsigns | Unset |
|
||||
| `TAR1090_ROUTEAPIURL` | API URL used | `https://api.adsb.lol/api/0/routeset` |
|
||||
|
||||
### Configuring `graphs1090`
|
||||
|
||||
|
|
Loading…
Reference in a new issue