-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
Fix for #527 - 3.3: Queryable not configurable #209
Conversation
Your patch doesn't compile. Could you fix it? |
Thank you for your contribution. Unfortunately, it does not compile. It cannot be considered for inclusion, before this has been fixed. Sorry. |
Now it compiles. But there are "deegree-compliance-tests" errors. |
Can you please post those errors here. Thanks. |
Thank you for your contribution. Unfortunately, it does not compile / has test errors. It cannot be considered for inclusion, before this has been fixed. Sorry. And please post those deegree-compliance-tests errors here. |
I think this one should be superseded by #518 which fixed the issue on a wider scope. |
Dear Diego, |
yes, the first part of the PR #518 fixes this issue as well. |
http://tracker.deegree.org/deegree-services/ticket/527
It's possible to set a layer as queryable or not queryable setting the attribute "enabled" on the "l:FeatureInfo" element. This configuration was not working properly.