From eaa5fc012ea72ebbee82a0ed7cfd9a54bdd734ed Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Fri, 5 Aug 2022 19:51:52 +0200 Subject: [PATCH] Disable gps-points from history --- assets/layers/gps_location_history/gps_location_history.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/assets/layers/gps_location_history/gps_location_history.json b/assets/layers/gps_location_history/gps_location_history.json index 036f407e7b..3e4f0f5826 100644 --- a/assets/layers/gps_location_history/gps_location_history.json +++ b/assets/layers/gps_location_history/gps_location_history.json @@ -2,10 +2,7 @@ "id": "gps_location_history", "description": "Meta layer which contains the previous locations of the user as single points. This is mainly for technical reasons, e.g. to keep match the distance to the modified object", "minzoom": 1, - "name": { - "en": "Location history as points", - "nl": "Locatiegeschiedenis als punten" - }, + "name": null, "source": { "osmTags": "user:location=yes", "#": "Cache is disabled here as these points are kept seperately",