mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Remove water styling for landuses that do not necessarily encompass water, and for amenity=swimming_pool since it is deprecated
This commit is contained in:
@@ -64,21 +64,15 @@ path.fill.tag-barrier-hedge {
|
||||
|
||||
/* Blue things */
|
||||
path.stroke.tag-amenity-fountain,
|
||||
path.stroke.tag-amenity-swimming_pool,
|
||||
path.stroke.tag-leisure-swimming_pool,
|
||||
path.stroke.tag-landuse-aquaculture,
|
||||
path.stroke.tag-landuse-basin,
|
||||
path.stroke.tag-landuse-harbour,
|
||||
path.stroke.tag-landuse-reservoir,
|
||||
path.stroke.tag-natural-water {
|
||||
stroke: rgb(119, 211, 222);
|
||||
}
|
||||
path.fill.tag-amenity-fountain,
|
||||
path.fill.tag-amenity-swimming_pool,
|
||||
path.fill.tag-leisure-swimming_pool,
|
||||
path.fill.tag-landuse-aquaculture,
|
||||
path.fill.tag-landuse-basin,
|
||||
path.fill.tag-landuse-harbour,
|
||||
path.fill.tag-landuse-reservoir,
|
||||
path.fill.tag-natural-water {
|
||||
stroke: rgba(119, 211, 222, 0.3);
|
||||
|
||||
Reference in New Issue
Block a user