mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-30 03:39:36 +02:00
Don't render deprecated basin and reservoir features the same as their modern counterparts
This commit is contained in:
@@ -65,15 +65,11 @@ path.fill.tag-barrier-hedge {
|
||||
/* Blue things */
|
||||
path.stroke.tag-amenity-fountain,
|
||||
path.stroke.tag-leisure-swimming_pool,
|
||||
path.stroke.tag-landuse-basin,
|
||||
path.stroke.tag-landuse-reservoir,
|
||||
path.stroke.tag-natural-water {
|
||||
stroke: rgb(119, 211, 222);
|
||||
}
|
||||
path.fill.tag-amenity-fountain,
|
||||
path.fill.tag-leisure-swimming_pool,
|
||||
path.fill.tag-landuse-basin,
|
||||
path.fill.tag-landuse-reservoir,
|
||||
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