Skip to content

isenabled on wms-catalog-item removed in v8? #6861

Answered by nf-s
pvgenuchten asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @pvgenuchten

In version 8 we have a new workbench property in the init JSON file - which contains the IDs of catalog items that are in the workbench on load. For example

{
  "homeCamera": {
    "north": -8,
    "east": 158,
    "south": -45,
    "west": 109
  },
  "catalog": [
    {
      "type": "csv",
      "name": "CSV Test",
      "id": "zrPtHVJcPi",
      "url": "test/incidents_notime.csv"
    }
  ],
  "workbench": [
    "zrPtHVJcPi"
  ]
}

Can be tested with the following link

http://ci.terria.io/main/#start={%22version%22:%228.0.0%22,%22initSources%22:[%7B%22homeCamera%22%3A%20%7B%22north%22%3A%20-8%2C%22east%22%3A%20158%2C%22south%22%3A%20-45%2C%22west%22%3A%20109%7D%2C%22catalo…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by nf-s
Comment options

You must be logged in to vote
0 replies
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
2 participants
Converted from issue

This discussion was converted from issue #6859 on September 01, 2023 00:56.