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

Smarter match of cross layer filtering allowed layer #2749

Closed
offtherailz opened this issue Mar 15, 2018 · 0 comments
Closed

Smarter match of cross layer filtering allowed layer #2749

offtherailz opened this issue Mar 15, 2018 · 0 comments

Comments

@offtherailz
Copy link
Member

offtherailz commented Mar 15, 2018

Description

Now cross layer filtering is allowed only between layers that have exactly the same WFS URL.
Sometimes layers are added from different services
e.g.

  • WMS getCapabilities
  • CSW Catalogs
  • manually edited
  • legacy layers from MapStore1.

Differnces can be:

In those case the cross layer filtering tool may not recognize that 2 layers as coming from the same source. So some layer that can be used as filters may not be shown in the list of available layers for cross filtering.

we could improve the tool to split the URL in parts (protocol, domain, port, path, queryparams) and compare them.

In case of Bug (otherwise remove this paragraph)

Browser Affected
any

Steps to reproduce

  • Add vector layers of the same source from WMS and CSW catalog and/or manually editing the map
  • Try to inspect data using cross layer filtering

Expected Result

  • All layers from the same source are listed as available for cross layer

Current Result

  • Not all the layers may be listed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants