Change the marker color for aircraft with no recent updates.

This commit is contained in:
Oliver Jowett 2014-10-02 22:50:09 +01:00
parent 65751ed6e9
commit 75438d5595
2 changed files with 7 additions and 0 deletions
public_html

View file

@ -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