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

[BUG] Data table shows feature filter by default #2654

Open
1 task done
jolevesq opened this issue Dec 12, 2024 · 0 comments
Open
1 task done

[BUG] Data table shows feature filter by default #2654

jolevesq opened this issue Dec 12, 2024 · 0 comments

Comments

@jolevesq
Copy link
Member

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

If we load a vector layer with a predefine query to exclude some features, these feature are pass to data table on the getAllFeatureInfo.

"listOfLayerEntryConfig": [
          {
            "layerId": "lakes",
            "layerFilter": "name in ('Lake Victoria', 'Lake Superior', 'L. Erie', 'L. Ontario')"
          }
        ]

image

Expected Behavior

Only feature from the query (when available) should be visible

Steps To Reproduce

  1. https://canadian-geospatial-platform.github.io/geoview/public/demos-navigator.html?config=./configs/navigator/21-ogc-feature-api.json
  2. Click on data-table then click on layer
  3. See items without an icon should not be there

Anything else?

No response

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

1 participant