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

Disable GetFeatureInfo for single Layer not Working as expected 3.3 #517

Closed
stephanr opened this issue Mar 20, 2015 · 1 comment
Closed
Assignees
Labels
bug error issue and bug (fix)
Milestone

Comments

@stephanr
Copy link
Member

This is the duplicate issue for the 3.3-Line which is also affected, see #516 for the 3.4 line.

If the configuration of a theme has only layer which are disabled by configuration (see [1]) the Layer still is queryable="1" in WMS/GetCapabilties and could be queried by Request.

In this situation it is not relevant if the element ist disabled by setting:

<l:LayerOptions>
    <l:FeatureInfo enabled="false" />
</l:LayerOptions>

or by specifieing the backward compatible setting of:

<l:LayerOptions>
    <l:FeatureInfoRadius>0</l:FeatureInfoRadius>
</l:LayerOptions>

A demo workspace is available and can be provided if needed, please let me know.

[1] http://download.deegree.org/documentation/3.3.14/html/layers.html#rendering-options

@stephanr stephanr added bug error issue and bug (fix) in progress hard labels Mar 20, 2015
@stephanr stephanr self-assigned this Mar 20, 2015
@stephanr stephanr added this to the 3.3.15 milestone Mar 20, 2015
@tfr42 tfr42 added the contributions welcome asking for contribution (time and money sponsor) label Apr 24, 2015
@tfr42 tfr42 modified the milestones: 3.3.16, 3.3.15 Apr 24, 2015
@stephanr
Copy link
Member Author

This issue was fixed by #519

@tfr42 tfr42 added contributions welcome asking for contribution (time and money sponsor) hard and removed contributions welcome asking for contribution (time and money sponsor) hard labels Oct 1, 2015
@tfr42 tfr42 modified the milestones: 3.3.15, 3.3.16 Oct 1, 2015
@tfr42 tfr42 removed contributions welcome asking for contribution (time and money sponsor) hard labels Oct 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug error issue and bug (fix)
Projects
None yet
Development

No branches or pull requests

2 participants