wiedehopf / tar1090

Provides an improved webinterface for use with ADS-B decoders readsb / dump1090-fa
Other
1.28k stars 240 forks source link

Update script.js #110

Closed brentcrawford closed 3 years ago

brentcrawford commented 3 years ago

Fixes terrain range rings not changing color by altitude

wiedehopf commented 3 years ago
// Color controls for the range outline
let range_outline_color = '#0000DD';
let range_outline_width = 1.7;
let range_outline_colored_by_altitude = false;
let range_outline_dash = null;

See defaults.js please. As such you need to configure this in config.js and set the appropriate variable to true.

wiedehopf commented 3 years ago

If it wasn't clear, your fix is not a fix but a change in behaviour that does not make sense to me.