Don't render waterway=fuel like other area waterways

This commit is contained in:
Bryan Housel
2015-12-07 23:17:09 -08:00
parent 72aac45db2
commit 6cc6a53da5
+11 -4
View File
@@ -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 */