From 6d25d7ea42f64d636c785ac9c1685333c5eaabbb Mon Sep 17 00:00:00 2001 From: j Date: Wed, 8 Aug 2018 10:37:20 +0100 Subject: [PATCH] hide subtitle track by default --- config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.jsonc b/config.jsonc index c9c7e7c..7d128b6 100644 --- a/config.jsonc +++ b/config.jsonc @@ -1356,7 +1356,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "showLayers": { "keywords": true, "notes": true, - "subtitles": true + "subtitles": false }, "showMapControls": false, "showMapLabels": false,