From c5d7cc3aefc83d8fe65cb9eb2fbcbf90b1e91236 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 18 May 2022 08:19:59 +0200 Subject: dump1090: merge config.js from upstream --- dump1090/config.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'dump1090/config.js') 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 -- cgit v1.2.3