Open fostfox opened 5 years ago
featurePortrayal:AddInstructions('Rotation:GeographicCRS,' .. tostring(feature.orientationValue[1]) .. '')
And all across the file RadioCallingInPoint.lua
In accordance with S-101FC_1.0.0_20190409.xml
<S100FC:S100_FC_FeatureType isAbstract="false">
<S100FC:name>Radio calling-in point</S100FC:name>
...
<S100FC:code>RadioCallingInPoint</S100FC:code>
...
<S100FC:alias>RDOCAL</S100FC:alias>
...
<S100FC:attributeBinding sequential="false">
<S100FC:multiplicity>
<S100Base:lower>0</S100Base:lower>
<S100Base:upper xsi:nil="false" infinite="false">2</S100Base:upper>
</S100FC:multiplicity>
<S100FC:attribute ref="orientationValue"/>
</S100FC:attributeBinding>
...
</S100FC:S100_FC_FeatureType>
Attribute orientationValue
has 0..2 multiplisity
OUTLOG.txt
MayBy cause of problem
featurePortrayal:AddInstructions('Rotation:GeographicCRS,' .. tostring(feature.orientationValue) .. '')