Skip to content

Filter attributes of wfs on the client side #7594

Answered by na9da
ZoloKiala asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @ZoloKiala,

The Digital Twin Victoria team has published the feature as an open source plugin that you are free to use in your own maps.

To add it to your map:

  1. Add the following dependency in your map's package.json
       "dependencies": {
          ...
          "terriajs-spatial-query-plugin": "github:terriajs/spatial-query-plugin#aba92598dfe120930dca4be458cf448c3cf22a70"
       }
  2. Import the plugin from plugin.ts as shown in the commented out example
       import("terriajs-spatial-query-plugin")
  3. Then run yarn install && yarn gulp watch to test it

Let me know if that works for you.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@na9da
Comment options

@alex-vic-geo
Comment options

@ZoloKiala
Comment options

@glughi
Comment options

@alangrillo
Comment options

Answer selected by zoran995
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants
Converted from issue

This discussion was converted from issue #7588 on April 15, 2025 13:52.