Don't render deprecated basin and reservoir features the same as their modern counterparts

This commit is contained in:
Quincy Morgan
2019-05-16 12:35:19 -04:00
parent 63fcb83415
commit fa0c05f8f7
2 changed files with 0 additions and 5 deletions
-4
View File
@@ -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);
-1
View File
@@ -42,7 +42,6 @@ export function svgAreas(projection, context) {
meadow: 'meadow',
military: 'construction',
orchard: 'orchard',
reservoir: 'water_standing',
quarry: 'quarry',
vineyard: 'vineyard'
},