-
-
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.4: Queryable not configurable #211
Conversation
I fixed this pull request. It should work now. If it would not work is because I modified the same files for more than one pull request, so perhaps there are conflicts. |
Thanks for your contribution! Unfortunately, it does not compile / has test errors. It cannot be considered for inclusion, before this has been fixed. Sorry. Additional information: NOTE: Recently, there have been important changes to the integration tests. Before running them, please merge the current master into your branch. |
Your pull request has been discussed by the TMC (http://wiki.deegree.org/deegreeWiki/TmcMeeting/TmcMeeting20140606). Please see the following remarks from the TMC members:
However, we found that it is not ready yet for inclusion: |
Now it compiles. But there are "deegree-compliance-tests" errors. |
Can you please post the error messages here. |
I think this one should be superseded by #519 which fixed the issue on a wider scope. |
yes, the first part of the PR #519 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.