mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
render natural=strait features in blue color, closes #9294
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user