From 55335afdbe8703cac26140236a9cf2dc409790ea Mon Sep 17 00:00:00 2001 From: Dennis Keller Date: Wed, 29 Dec 2021 13:21:10 +0100 Subject: [PATCH] added missing startLayer-Property --- main.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/main.json b/main.json index e707095..25a5850 100644 --- a/main.json +++ b/main.json @@ -65,6 +65,12 @@ "id":33, "name":"start_fromNerdraum", "opacity":1, + "properties":[ + { + "name":"startLayer", + "type":"bool", + "value":true + }], "type":"tilelayer", "visible":true, "width":236, -- GitLab