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; }