Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update script.js #110

Closed
wants to merge 1 commit into from
Closed

Update script.js #110

wants to merge 1 commit into from

Conversation

brentcrawford
Copy link

Fixes terrain range rings not changing color by altitude

Fixes terrain range rings not changing color by altitude
@wiedehopf
Copy link
Owner

// 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 wiedehopf closed this Mar 19, 2021
@wiedehopf
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants