Skip to content

Tabs in the Data Catalog #6827

Answered by sixlighthouses
desilvarami asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Ramesh,

to enable tabs in the Data Catalogue the attribute

"tabbedCatalog": true,

should be added in config.json under "parameters" : {

To test I added it below appName

"appName": "Terria Map",
"tabbedCatalog": true,

Then within your Initialization file -- https://docs.terria.io/guide/customizing/initialization-files/

Add groups - like the example below ("My group"), the "members" then contains an array of the items you wish to display in the Data Catalogue

    "catalog": [
        {
            "type": "group",
            "name": "My group",
            "members": [
            ...
            ]
        },
        ...
    ],
    "homeCamera": {
        "north": -8,
        "east": …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@desilvarami
Comment options

@sixlighthouses
Comment options

Answer selected by desilvarami
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