aixm / donlon

A fictitious set of digital AIS data sets complying with the ICAO Aneex 15, 16th edition and the new PANS-AIM provisions, in AIXM 5.1.1 format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xlink title references inverted

antoniolocandro opened this issue · comments

The following xlink:title are inverted with respect to the xlink:href

				<aixm:navaidEquipment>
					<aixm:NavaidComponent gml:id="N-df8103a4">
						<aixm:collocationGroup>1</aixm:collocationGroup>
						<aixm:theNavaidEquipment
							**xlink:href="urn:uuid:7692166e-60e6-467d-b5f0-c728aeae85d6"
							xlink:title="VOR_BOR"/>**
					</aixm:NavaidComponent>
				</aixm:navaidEquipment>
				<aixm:navaidEquipment>
					<aixm:NavaidComponent gml:id="N-df8103a5">
						<aixm:collocationGroup>1</aixm:collocationGroup>
						<aixm:theNavaidEquipment
							**xlink:href="urn:uuid:0a45a38f-0f96-4ace-b09e-310ac0415693"
							xlink:title="DME_BOR"/>**
					</aixm:NavaidComponent>