From bb4edd8302c8d97fee36a20605b08f199fac2e3b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@xover.mud.at>
Date: Thu, 2 Nov 2017 21:19:56 +0100
Subject: [PATCH] Buildings: improve style

---
 buildings.json | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/buildings.json b/buildings.json
index 7ad1807..9386889 100644
--- a/buildings.json
+++ b/buildings.json
@@ -9,6 +9,11 @@
     },
     "feature": {
         "priority": "{% set p = 100 %}\n{% if tags.name %}{% set p = p - 10 %}{% endif %}\n{% if tags.amenity %}{% set p = p - 1 %}{% endif %}\n{% if tags.historic %}{% set p = p - 1 %}{% endif %}\n{% if tags.culture %}{% set p = p - 1 %}{% endif %}\n{% if tags.highway %}{% set p = p - 1 %}{% endif %}\n{% if tags.railway %}{% set p = p - 1 %}{% endif %}\n{% if tags.aeroway %}{% set p = p - 1 %}{% endif %}\n{% if tags.amenity %}{% set p = p - 1 %}{% endif %}\n{% if tags.tourism %}{% set p = p - 1 %}{% endif %}\n{{ p }}",
-        "markerSign": null
+        "markerSign": null,
+        "style": {
+            "fillColor": "#000000",
+            "color": "#000000",
+            "weight": "1"
+        }
     }
 }