-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Categorical Colormaps Failing #1456
Comments
Can you share the complete configuration for this layer? We expect some flags for categorical legend work, and I'd like to check them. |
I have looked at a few different working and not working categorical colormaps. Here are some notes and examples: Notes Examples collection: geoglam working categorical colormap collection: soil-texture working colormap_name + categorical legend
collection: nlcd working colormap_name + categorical legend
collection: campfire-nlcd not working, categorical colormap
|
Recording some more findings: I could work around it by replacing hex value to rgb values |
RE staging hex colormaps are working but not prod: The WAF in production is blocking requests with the |
Context
Datasets with categorical colormap renders are not being displayed in the dashboard. Selecting predefined colormap names for the renders do work, however. This does not throw any errors, and allows for a preview to deploy when working on a config PR, but the dataset will not populate in a story visualization or in the exploration/dataset tabs.
URL:
Blocking a release? (y/n): y
Regression issue? (y/n):
[If yes, add Regression label]
Priority: P2
Steps to reproduce the issue
colormap: '{"6":"#1e90c9", "12":"#ab94d6", "18": "#5a1680", "24": "#d943d4"}'
does not populate the dataset.
Selecting a markdown with colormap name:
colormap_name: blues_r
works as intended.
The text was updated successfully, but these errors were encountered: