From 16270c61c4156c11f38c2b2f788e92458239e349 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sun, 13 Nov 2022 21:58:39 +0100 Subject: [PATCH] Remove name and title from gps-location, they get in the way --- assets/layers/gps_location/gps_location.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/assets/layers/gps_location/gps_location.json b/assets/layers/gps_location/gps_location.json index 3e1a94f3a..1a8737635 100644 --- a/assets/layers/gps_location/gps_location.json +++ b/assets/layers/gps_location/gps_location.json @@ -6,8 +6,6 @@ "osmTags": "id=gps", "maxCacheAge": 0 }, - "title": "Current position", - "name": "GPS Location", "mapRendering": [ { "icon": { @@ -40,4 +38,4 @@ ] } ] -} \ No newline at end of file +}