From ac39920610b45ba0366f68f51897c7bf8a4780b2 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:59:27 +0100
Subject: [PATCH] buildings-figure-ground: use black polygons as list markers

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

diff --git a/buildings-figure-ground.json b/buildings-figure-ground.json
index 63d23c7e9..726fc2b84 100644
--- a/buildings-figure-ground.json
+++ b/buildings-figure-ground.json
@@ -13,7 +13,8 @@
         ]
     },
     "feature": {
-        "markerSymbol": null,
+        "markerSymbol": "",
+        "listMarkerSymbol": "{{ markerPolygon({fillColor: \"#000000\", fillOpacity: 1 })|raw }}",
         "priority": [
             "{% set p = 100 %}",
             "{% if tags.name %}{% set p = p - 10 %}{% endif %}",