diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-18 08:19:59 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-18 08:19:59 +0200 |
commit | c5d7cc3aefc83d8fe65cb9eb2fbcbf90b1e91236 (patch) | |
tree | a928546a4c8ccb254336fd8cea527f36751a78ce /dump1090 | |
parent | dump1090: upgrade to 7.2 (diff) | |
download | fr24feed-c5d7cc3aefc83d8fe65cb9eb2fbcbf90b1e91236.tar.gz fr24feed-c5d7cc3aefc83d8fe65cb9eb2fbcbf90b1e91236.zip |
dump1090: merge config.js from upstream
Diffstat (limited to 'dump1090')
-rw-r--r-- | dump1090/config.js | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dump1090/config.js b/dump1090/config.js index da7a756..824178c 100644 --- a/dump1090/config.js +++ b/dump1090/config.js @@ -96,7 +96,6 @@ OutlineMlatColor = '#4040FF'; SiteCircles = true; // true to show circles (only shown if the center marker is shown) // In miles, nautical miles, or km (depending settings value 'DisplayUnits') -SiteCirclesDistances = new Array(100,150,200); DefaultSiteCirclesCount = 3; DefaultSiteCirclesBaseDistance = 100; DefaultSiteCirclesInterval = 50; @@ -111,7 +110,7 @@ ShowFlags = true; FlagPath = "flags-tiny/"; // Set to true to enable the ChartBundle base layers (US coverage only) -ChartBundleLayers = false; +ChartBundleLayers = true; // Provide a Bing Maps API key here to enable the Bing imagery layer. // You can obtain a free key (with usage limits) at @@ -126,3 +125,8 @@ BingMapsAPIKey = null; // This is not polished yet (and so is disabled by default), // currently it's just a data dump of the new fields with no UX work. ExtendedData = false; + +DefaultMaxAltitudeFilter = 65000 +DefaultMinAltitudeFilter = 0 +DefaultMaxSpeedFilter = 1000 +DefaultMinSpeedFilter = 0 |