You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, colors.ts has an array of hex codes that are used to generate the map ui color picker. There is a separate and verbose ExpressionSpecification in layers.ts which uses a hard-coded copy of that array. I would like to have that ExpressionSpecification be generated dynamically so we don't have to have two copies of those colors if/when they change over time.
The text was updated successfully, but these errors were encountered:
Currently,
colors.ts
has an array of hex codes that are used to generate the map ui color picker. There is a separate and verboseExpressionSpecification
inlayers.ts
which uses a hard-coded copy of that array. I would like to have thatExpressionSpecification
be generated dynamically so we don't have to have two copies of those colors if/when they change over time.The text was updated successfully, but these errors were encountered: