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:
Quincy Morgan
2019-04-18 11:52:00 -07:00
parent 37047a03dd
commit 99d7ae8ea7
-6
View File
@@ -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);