From 7234b339812d480eca0a940c1bcebede8397f896 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Thu, 18 Jul 2024 20:53:15 +0200 Subject: [PATCH] Add firepit and bbq on nature theme --- assets/themes/nature/nature.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/assets/themes/nature/nature.json b/assets/themes/nature/nature.json index c92b0a0e1d..b0475d90e2 100644 --- a/assets/themes/nature/nature.json +++ b/assets/themes/nature/nature.json @@ -53,7 +53,9 @@ "picnic_table", "toilet", "guidepost", - "shelter" + "shelter", + "bbq", + "firepit" ], "override": { "minzoom": 16 @@ -61,4 +63,4 @@ } ], "widenFactor": 2 -} \ No newline at end of file +}