From 54a9edc687667372d0097fb51efb7b904005c9de Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sat, 15 Jul 2023 17:11:33 +0200 Subject: [PATCH] Themes: add benches on playground theme --- assets/themes/playgrounds/playgrounds.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/assets/themes/playgrounds/playgrounds.json b/assets/themes/playgrounds/playgrounds.json index c0fcbc509..c81756740 100644 --- a/assets/themes/playgrounds/playgrounds.json +++ b/assets/themes/playgrounds/playgrounds.json @@ -56,6 +56,8 @@ "startZoom": 13, "widenFactor": 5, "layers": [ - "playground" + "playground", + "bench", + "picnic_table" ] -} \ No newline at end of file +}