From eecc205f0850dac368f8c45a02716ff77f30d7b1 Mon Sep 17 00:00:00 2001
From: Gautier Pelloux-Prayer <gautier+git@damsy.net>
Date: Sat, 19 Aug 2017 22:44:47 +0200
Subject: [PATCH] Highlight building=yes wall=no as buildingparts
---
styles/standard/elemstyles.mapcss | 2 ++
1 file changed, 2 insertions(+)
diff --git a/styles/standard/elemstyles.mapcss b/styles/standard/elemstyles.mapcss
index 4e5e36918..acab68e5b 100644
|
a
|
b
|
way["addr:interpolation"=alphabetic] {
|
| 299 | 299 | area[building][!building?!] { |
| 300 | 300 | fill-color: building#cb9999; |
| 301 | 301 | } |
| | 302 | |
| | 303 | area[wall=no], |
| 302 | 304 | area[building:part][!building:part?!] { |
| 303 | 305 | fill-color: buildingpart#dcbbbb; |
| 304 | 306 | } |