aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dump1090/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'dump1090/config.js')
-rw-r--r--dump1090/config.js8
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