Skip to content

Commit

Permalink
Short term workaround to get paletted uploads working
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 13, 2024
1 parent 053f693 commit 95aec15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion felt/core/fsl_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1616,7 +1616,8 @@ def paletted_renderer_to_fsl(
return {
"config": {
"band": renderer.band(),
"categories": categories
"categories": categories,
"categoricalAttribute": "temp" # short term workaround
},
"legend": {
"displayName": labels
Expand Down

0 comments on commit 95aec15

Please sign in to comment.