diff --git a/layers/transportation/style.json b/layers/transportation/style.json index 07f8e03d..7668a503 100644 --- a/layers/transportation/style.json +++ b/layers/transportation/style.json @@ -4535,29 +4535,15 @@ [ "all", [ - "match", - [ - "get", - "brunnel" - ], - [ - "bridge", - "tunnel" - ], - false, - true + "in", + "brunnel", + "bridge", + "tunnel" ], [ - "match", - [ - "get", - "class" - ], - [ - "minor" - ], - true, - false + "in", + "class", + "minor" ] ] ], @@ -4637,29 +4623,15 @@ [ "all", [ - "match", - [ - "get", - "brunnel" - ], - [ - "bridge", - "tunnel" - ], - false, - true + "in", + "brunnel", + "bridge", + "tunnel" ], [ - "match", - [ - "get", - "class" - ], - [ - "minor_construction" - ], - true, - false + "in", + "class", + "minor_construction" ] ] ],