From 96598ef7931cbb72c80dbaab3ef0c44285b1fe7d Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Mon, 25 Jan 2021 19:59:53 +0100 Subject: [PATCH] Fix udnerground bicycle parkings masking buildings. Fix #505. --- CHANGELOG.md | 2 ++ amenities.mss | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed71fb3..d41f691 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Render dam #481. * Add dashline outline on path like way tunnels #492. * Fix cycleway hidded by rail background #451. +* Fix buildings hidden by underground bicycle parkings. Fix #505. + ## v0.4 diff --git a/amenities.mss b/amenities.mss index 95a3f9d..f3e1c3c 100644 --- a/amenities.mss +++ b/amenities.mss @@ -1,5 +1,5 @@ #amenities-poly { - [feature = 'amenity_bicycle_parking'][zoom >= 16] { + [feature = 'amenity_bicycle_parking'][location != 'underground'][zoom >= 16] { polygon-fill: #eeeeee; line-color: #8d8383; }