From 11b8c619c165f6d66fed03061ad9afa052a7a096 Mon Sep 17 00:00:00 2001 From: Robin van der Linde Date: Sun, 12 Mar 2023 19:57:56 +0100 Subject: [PATCH] fix: Remove isOpen from defaults --- assets/layers/icons/icons.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/assets/layers/icons/icons.json b/assets/layers/icons/icons.json index d128dfb9b..e2fcf0304 100644 --- a/assets/layers/icons/icons.json +++ b/assets/layers/icons/icons.json @@ -30,9 +30,6 @@ }, { "id": "isOpen", - "labels": [ - "defaults" - ], "#": "Shows a coloured clock if opening hours are parsed. Uses the metatagging, suitable to use as a (badged) overlay", "mappings": [ { @@ -127,4 +124,4 @@ } ], "mapRendering": null -} \ No newline at end of file +}