Skip to content

Commit

Permalink
desaturate low-zoom busways
Browse files Browse the repository at this point in the history
  • Loading branch information
claysmalley committed Apr 6, 2023
1 parent 2fb1bec commit 8e3d53b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/layer/road.js
Original file line number Diff line number Diff line change
Expand Up @@ -904,11 +904,11 @@ class Busway extends Tertiary {
["exponential", roadExp],
["zoom"],
this.minZoomFill,
`hsl(${buswayHue}, 25%, 85%)`,
`hsl(${buswayHue}, 25%, 50%)`,
this.minZoomFill + 2,
`hsl(${buswayHue}, 25%, 75%)`,
`hsl(${buswayHue}, 25%, 50%)`,
14.9999,
`hsl(${buswayHue}, 25%, 75%)`,
`hsl(${buswayHue}, 25%, 50%)`,
15,
`hsl(${buswayHue}, 25%, 80%)`,
];
Expand Down

0 comments on commit 8e3d53b

Please sign in to comment.