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

Query does not work if a non queriable layer is active #962

Closed
gnerred opened this issue Mar 30, 2016 · 8 comments
Closed

Query does not work if a non queriable layer is active #962

gnerred opened this issue Mar 30, 2016 · 8 comments
Assignees
Milestone

Comments

@gnerred
Copy link

gnerred commented Mar 30, 2016

This is the error :
WMS server error. Requested layer(s) are not queryable

Query should not be done on non queriable layers. All is OK if only queriable layers are active on map.

@fredj
Copy link
Member

fredj commented Mar 30, 2016

Already fixed with #938 ? to be checked

@gnerred
Copy link
Author

gnerred commented Mar 30, 2016

WMS layers are concerned here. The issue #938 concerns WMTS layers, not ?

@fredj
Copy link
Member

fredj commented Mar 30, 2016

#938 fixes the TypeError: Cannot read property 'split' of undefined error on page load.

@sbrunner sbrunner added this to the 2.0 milestone Mar 30, 2016
@sbrunner sbrunner assigned olivierSemet and sbrunner and unassigned olivierSemet Apr 4, 2016
@sbrunner
Copy link
Member

Fixed with #980?

@sbrunner
Copy link
Member

sbrunner commented May 11, 2016

Still not working ...

@sbrunner sbrunner reopened this May 11, 2016
@sbrunner
Copy link
Member

When the layer have an attrbute queryable with the value false he shouldn't be queryed...

@sbrunner
Copy link
Member

I see that there is some issue on multiple layers and on groups, than we will have a childLayers as an array with layername (name) and a queryable attribute.

@sbrunner
Copy link
Member

To be also compatible with groups we will have in the layers in the theme:

          "childLayers": [{
            "name": "<name>",
            "queryable": (true|false),
             "minResolutionHint": <minResolutionHint>,
             "maxResolutionHint": <maxResolutionHint>
         }]

the min max resolution hints will be used by the WFS query...

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

No branches or pull requests

6 participants