From 195be128037f2bdacd96ae7b3ceb5229cf5b8ee6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@xover.mud.at>
Date: Thu, 10 Jan 2019 09:57:40 +0100
Subject: [PATCH] buildings-entrances: show only markers, without blue circle

---
 buildings-entrances.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/buildings-entrances.json b/buildings-entrances.json
index 583b2a8..0950f11 100644
--- a/buildings-entrances.json
+++ b/buildings-entrances.json
@@ -19,6 +19,7 @@
             "{% else %}",
             "{{ tagTrans('entrance', tags.entrance) }}",
             "{% endif %}"
-        ]
+        ],
+        "styles": ""
     }
 }