Change color for on-the-ground aircraft to brown.
This commit is contained in:
parent
43b0f5a75a
commit
567600889f
|
@ -45,7 +45,7 @@ ColorByAlt = {
|
|||
unknown : { h: 0, s: 0, l: 40 },
|
||||
|
||||
// HSL for planes that are on the ground:
|
||||
ground : { h: 120, s: 100, l: 30 },
|
||||
ground : { h: 15, s: 80, l: 20 },
|
||||
|
||||
air : {
|
||||
// These define altitude-to-hue mappings
|
||||
|
|
Loading…
Reference in a new issue