Change the marker color for aircraft with no recent updates.
This commit is contained in:
parent
65751ed6e9
commit
75438d5595
2 changed files with 7 additions and 0 deletions
public_html
|
@ -20,6 +20,7 @@ CONST_ZOOMLVL = 5;
|
|||
// The default marker color
|
||||
MarkerColor = "rgb(127, 127, 127)";
|
||||
SelectedColor = "rgb(225, 225, 225)";
|
||||
StaleColor = "rgb(190, 190, 190)";
|
||||
|
||||
// -- Site Settings ---------------------------------------
|
||||
SiteShow = false; // true or false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue