render natural=strait features in blue color, closes #9294

This commit is contained in:
Martin Raifer
2022-09-27 16:44:53 +02:00
parent df1f755150
commit 803b2a7f05
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -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
+2
View File
@@ -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);