Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Since the 2023.01 release it is also possible to configure a gridDisplaySelectionIdgridDisplaySelection:

Code Block
languagexml
titleTopology: gridDisplaySelectionIdgridDisplaySelection
<node id="nodeId">
	<gridDisplaySelectionId><gridDisplaySelection>
		<groupId>groupId</groupId>
		<plotId>plotId</plotId>
	</gridDisplaySelectionId>gridDisplaySelection>
</node>

This will open the spatial display and select the groupId > plotId in the tree, e.g. 'Kriging' > 'Kriging Precipitation (Last Week)'

...