From c872b50abd810f1004d85bb1768272f0fea2e695 Mon Sep 17 00:00:00 2001 From: kx1t Date: Thu, 20 Apr 2023 22:20:43 -0400 Subject: [PATCH] documentation updates --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d589515..b7cb2d0 100644 --- a/README.md +++ b/README.md @@ -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`