Skip to content

Commit

Permalink
Update informal for latest tiles
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Nov 9, 2023
1 parent f63608f commit aa31e12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,25 +182,25 @@ window.onload = (event) => {
"all",
allowedExpression,
allFilter,
["!=", "informal", true]
["!=", "informal", "true"]
])
.setFilter('disallowed-paths', [
"all",
["none", allowedExpression],
allFilter,
["!=", "informal", true]
["!=", "informal", "true"]
])
.setFilter('disallowed-informal-paths', [
"all",
["none", allowedExpression],
allFilter,
["==", "informal", true]
["==", "informal", "true"]
])
.setFilter('informal-paths', [
"all",
allowedExpression,
allFilter,
["==", "informal", true]
["==", "informal", "true"]
])
.setPaintProperty('paths', 'line-color', lineColors)
.setPaintProperty('informal-paths', 'line-color', lineColors);
Expand Down

0 comments on commit aa31e12

Please sign in to comment.