-
-
Notifications
You must be signed in to change notification settings - Fork 278
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
noLegend Bug? #161
Comments
I think though you are wanting the Legend for parcels to be suppressed in the Legend widget. There may be some way to do that in the configuration but I never explored that. What I did was hide the legend swatch for the specific layer using css. Something like this: #legend_widget_parcellabels {
display: none !important;
} |
That did the trick thank you very much! |
I have been adding in my operational layers but when setting noLegend the application does not appear to honor the setting for dynamic layers.
In this case Monuments should show in Legend but Parcel Labels should not, if I am understanding this correctly. Is this a known issue or am I doing something incorrectly?
The text was updated successfully, but these errors were encountered: