From fbd984f6f9f59a9e262c74b1a296ba55313b4fa6 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Tue, 4 May 2021 17:31:41 +0200 Subject: [PATCH] Add badge status to lock --- assets/layers/sport_pitch/sport_pitch.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/layers/sport_pitch/sport_pitch.json b/assets/layers/sport_pitch/sport_pitch.json index d37d022e6..ac42e43ac 100644 --- a/assets/layers/sport_pitch/sport_pitch.json +++ b/assets/layers/sport_pitch/sport_pitch.json @@ -334,7 +334,8 @@ "access=no" ] }, - "then": "circle:white;./assets/layers/sport_pitch/lock.svg" + "then": "circle:white;./assets/layers/sport_pitch/lock.svg", + "badge":true } ], "width": { @@ -385,4 +386,4 @@ ] } ] -} \ No newline at end of file +}