You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed TerriaJS 7.11.16 on my local machine and it is working great.
Now I wanted to modified the workbench to include an additional tab next to the "Add Data" tab.
This new tab is intended for requesting long-running processing on the server side (such as Cesium task).
I attached an image of the prototype UI.
My questions are:
Where in the code should I look for in order to make the change?
Is that possible to use Catalog Functions in the new tab as a way to trigger a generic RestAPI (such as running task in server with Celery).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have installed TerriaJS 7.11.16 on my local machine and it is working great.
![Custom](https://user-images.githubusercontent.com/13627771/111288995-0e636000-8688-11eb-8fb1-f5a1dac66f18.PNG)
Now I wanted to modified the workbench to include an additional tab next to the "Add Data" tab.
This new tab is intended for requesting long-running processing on the server side (such as Cesium task).
I attached an image of the prototype UI.
My questions are:
Is that possible to use Catalog Functions in the new tab as a way to trigger a generic RestAPI (such as running task in server with Celery).
Beta Was this translation helpful? Give feedback.
All reactions