Versions Compared

Key

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

...

Code Block
			<gridPlot id="SkyGeo Demo" name="Sky Geo Track">
			<trackLayer>
				<displayCurrentTrackOnly>true</displayCurrentTrackOnly>
				<lineColor>yellow</lineColor>
				<geoDatum>WGS 1984</geoDatum>
				<xTimeSeriesSet>
					<moduleInstanceId>ImportSkyGeo</moduleInstanceId>
					<valueType>scalar</valueType>
					<parameterId>X</parameterId>
					<locationSetId>sky_geo.locations</locationSetId>
					<timeSeriesType>external historical</timeSeriesType>
					<timeStep unit="nonequidistant"/>
					<readWriteMode>read complete forecast</readWriteMode>
				</xTimeSeriesSet>
				<yTimeSeriesSet>
					<moduleInstanceId>ImportSkyGeo</moduleInstanceId>
					<valueType>scalar</valueType>
					<parameterId>Y</parameterId>
					<locationSetId>sky_geo.locations</locationSetId>
					<timeSeriesType>external historical</timeSeriesType>
					<timeStep unit="nonequidistant"/>
					<readWriteMode>read complete forecast</readWriteMode>
				</yTimeSeriesSet>
				<valueTimeSeriesSet>
					<moduleInstanceId>ImportSkyGeo</moduleInstanceId>
					<valueType>scalar</valueType>
					<parameterId>height</parameterId>
					<locationSetId>sky_geo.locations</locationSetId>
					<timeSeriesType>external historical</timeSeriesType>
					<timeStep unit="nonequidistant"/>
					<readWriteMode>read complete forecast</readWriteMode>
				</valueTimeSeriesSet>
				
			</trackLayer>
			<classBreaks>
				<color color="070268" lowerValue="-0.01" opaquenessPercentage="70"/>
				<color color="0900AE" lowerValue="-0.008" opaquenessPercentage="70"/>
				<color color="4040FF" lowerValue="-0.006" opaquenessPercentage="70"/>
				<color color="0080C0" lowerValue="-0.004" opaquenessPercentage="70"/>
				<color color="129FFE" lowerValue="-0.002" opaquenessPercentage="70"/>
				<color color="00FF40" lowerValue="0" opaquenessPercentage="70"/>
				<color color="FFFF00" lowerValue="0.002" opaquenessPercentage="70"/>
				<color color="FF8000" lowerValue="0.004" opaquenessPercentage="70"/>
				<color color="FF0000" lowerValue="0.006" opaquenessPercentage="70"/>
				<color color="FF0080" lowerValue="0.008" opaquenessPercentage="70"/>
				<color color="FFFFFF" lowerValue="01.0" opaquenessPercentage="70"/>
			</classBreaks>
		</gridPlot>

...