Skip to content
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: 2 comments 7 replies

Comment options

You must be logged in to vote
7 replies
@alex-vic-geo
Comment options

@ZoloKiala
Comment options

@glughi
Comment options

@alangrillo
Comment options

@jo-chemla
Comment options

Answer selected by zoran995
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
6 participants
Converted from issue

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