From 9f27edbd9fa22e6e6e689bac0b1ecc98abc13f8d Mon Sep 17 00:00:00 2001
From: KS_HTK <HKoertge@gmx.de>
Date: Mon, 10 May 2021 22:20:07 +0200
Subject: [PATCH] fixed missing startLayer attribute

---
 ifiEG.json | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/ifiEG.json b/ifiEG.json
index 0b2d2ced..8a05923e 100644
--- a/ifiEG.json
+++ b/ifiEG.json
@@ -385,6 +385,12 @@
                  "id":45,
                  "name":"backStairsStart",
                  "opacity":1,
+                 "properties":[
+                        {
+                         "name":"startLayer",
+                         "type":"bool",
+                         "value":true
+                        }],
                  "type":"tilelayer",
                  "visible":true,
                  "width":100,
-- 
GitLab