Versions Compared

Key

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

...

A set of time depedent locations can be configured int the LocationSets.xml file. 

 

Code Block
xml
xml
<locationSet id="example">
	<csvFile>
	<file>myLocationFile</file>
	<geoDatum>Rijks Driehoekstelsel</geoDatum>
	<id>%ID%</id>
	<name>%NAME%</name>
	<description>Example of time dependent locations</description>
	<visibilityStartTime>%START%</visibilityStartTime>
	<visibilityEndTime>%EIND%</visibilityEndTime>-->
	<x>%X%</x>
	<y>%Y%</y>
	<relation id="relation">
		<relatedLocationId>%REL%</relatedLocationId>
	</relation>
	<attribute id="PARAMETERS">
		<text>%PARAMETERS%</text>
	</attribute>
	<attributeFile>
	<csvFile>attribute.csv</csvFile>
	<id>%ID%</id>
	<timeZoneOffset>+00:00</timeZoneOffset>
	<attribute id="Q">
	<number>%Q%</number>
	</attribute>
	</attributeFile>
	</csvFile>
</locationSet>