diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f8e00e15..e65a0cf48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,8 +43,10 @@ _Breaking developer changes, which may affect downstream projects or sites that #### :white_check_mark: Validation #### :bug: Bugfixes #### :rocket: Presets +* Render `natural=strait` features in blue color ([#9294]) #### :hammer: Development +[#9294]: https://github.com/openstreetmap/iD/issues/9294 # 2.22.0 ##### 2022-Sep-27 diff --git a/css/25_areas.css b/css/25_areas.css index 27db4a55d..7bb85d6f4 100644 --- a/css/25_areas.css +++ b/css/25_areas.css @@ -78,12 +78,14 @@ path.fill.tag-golf-green { path.stroke.tag-amenity-fountain, path.stroke.tag-leisure-swimming_pool, path.stroke.tag-natural-bay, +path.stroke.tag-natural-strait, path.stroke.tag-natural-water { stroke: rgb(119, 211, 222); } path.fill.tag-amenity-fountain, path.fill.tag-leisure-swimming_pool, path.fill.tag-natural-bay, +path.fill.tag-natural-strait, path.fill.tag-natural-water { stroke: rgba(119, 211, 222, 0.3); fill: rgba(119, 211, 222, 0.3);