Skip to content
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

AER-2686 Add filterables to color labels legend #51

Merged
merged 1 commit into from
Mar 5, 2024

Conversation

BertScholten
Copy link
Member

No description provided.

@BertScholten BertScholten requested a review from JornC March 5, 2024 09:41
Copy link
Member

@JornC JornC left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK

@BertScholten BertScholten merged commit 38f63a6 into aerius:main Mar 5, 2024
1 check passed
@BertScholten BertScholten deleted the AER-2686_legend_filterables branch March 5, 2024 09:55
@@ -34,6 +34,7 @@ public class ColorLabelsLegend implements Legend {
private String outlineColor;
private Integer[] iconSizes;
private LegendType icon;
private Object[] filterables;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this tested? GWT doesn't like Object fields... and it seems to kill the startup of Calculator..

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Locally with codeserver it seemed to work fine. Is this with a deployed version?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes deployed. My pr built won't start up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants