From 18044ff22b48268e857d6c3bcb95b75b0a5439e4 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Tue, 7 Dec 2021 11:02:15 +0100 Subject: [PATCH] Hide gps track by default --- assets/layers/gps_location_history/gps_location_history.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/layers/gps_location_history/gps_location_history.json b/assets/layers/gps_location_history/gps_location_history.json index 056ce5980..0594d1c82 100644 --- a/assets/layers/gps_location_history/gps_location_history.json +++ b/assets/layers/gps_location_history/gps_location_history.json @@ -7,5 +7,6 @@ "#": "Cache is disabled here as these points are kept seperately", "maxCacheAge": 0 }, - "mapRendering": null + "mapRendering": null, + "shownByDefault": false } \ No newline at end of file