Versions Compared

Key

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

...

  • riverBedLevel
  • leftBankLevel
  • leftFloodPlainLevel
  • leftMainChannelLevel
  • longitudinalProfileMaximum
  • longitudinalProfileMinimum
  • rightBankLevel
  • rightFloodPlainLevel
  • rightMainChannelLevel

To display any of these in the TSD, you need to define a timeMarkerDisplayOption in the SystemConfigFile TimeSeriesDisplayConfig.xml, like this example for Example config code for the marker riverBedLevel: 

Code Block
languagexml
titleTimeSeriesDisplayConfig.xml
	<timeMarkerDisplayOptions marker="riverBedLevel">
		<color>black</color>
		<lineStyle>solid</lineStyle>
		<label>Most recent survey</label>
	</timeMarkerDisplayOptions>

...