Line 4: | Line 4: | ||
This is currently used in the North Sea Digitwin configuration, for example. See the screenshot on the right. | This is currently used in the North Sea Digitwin configuration, for example. See the screenshot on the right. | ||
Revision as of 09:41, 16 April 2024
expertise
With this you can define a set of expertises that end-users can then select from when they log on to a session created using this configuration file.
This is currently used in the North Sea Digitwin configuration, for example. See the screenshot on the right.
"expertise_definitions": [ { "name": "None", "visible_layers": [], "selected_layers": [] }, { "name": "Energy", "visible_layers": [ "NS_Wind_Farms_Implemented", "NS_Energy_Cables_Edit", "NS_Pipelines_DT" ], "selected_layers": [ "NS_Oil_Gas_Platforms_DT", "NS_Bathymetry_Raster" ] } ]
Field | Type | Description |
---|---|---|
name | string | Name of the expertise that should be shown in the dropdown list in the client's session login screen. |
visible_layers | string[] | List containing the names of the layers which should be visible when starting the game using this expertise |
selected_layers | string[] | List containing the names of the layers which should be in the Legend, yet not visible, when starting the game using this expertise |
Back to the main configuration data schema page.
This page was last edited on 16 April 2024, at 09:41. Content is available under GPLv3 unless otherwise noted.