mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 11:16:36 +02:00
Don't render waterway=fuel like other area waterways
This commit is contained in:
+11
-4
@@ -454,10 +454,6 @@ path.fill.tag-amenity-parking {
|
||||
background-color: rgba(170, 170, 170, 0.3);
|
||||
}
|
||||
|
||||
path.fill.tag-place,
|
||||
path.fill.tag-boundary {
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* highway areas */
|
||||
|
||||
@@ -1073,6 +1069,17 @@ path.casing.tag-waterway-ditch {
|
||||
stroke: #6591ff;
|
||||
stroke-width: 3;
|
||||
}
|
||||
path.area.stroke.tag-waterway-fuel {
|
||||
stroke: white;
|
||||
stroke-width: 1;
|
||||
}
|
||||
path.area.casing.tag-waterway-fuel {
|
||||
stroke: none;
|
||||
}
|
||||
path.area.fill.tag-waterway-fuel {
|
||||
stroke: rgba(255, 255, 255, 0.3);
|
||||
fill: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
|
||||
/* power */
|
||||
|
||||
Reference in New Issue
Block a user