Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: gridDisplaySelectionId in Topology.xml

...

Since the 2021.02 release, other than using <mainPanel> or <displayConfigFileName>, it is also possible to configure <explorerTaskName>, which would refer to the name attribute of explorerTask (for example <explorerTask name="Spatial Display">) configured in Explorer.xml.


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

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

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

Image Added


An example from Topology.xml c.q.  TopologyGroup.xml is shown below:

...