oriented-imagery
oriented-imagery copied to clipboard
Setting Property node in OI.xml config file
Hello,
even if the properties node value is defined the in the OI.xml file, it seems that the key value pairs are not written in the OIC file.
Here is a sample of my setting written in the OI.xml file:
<Property> <properties>DefaultAttributes:Accuracy 0,0,0,0,0,0,0,0</properties> </Property>
I have also tried by quoting the key value pair:
<Property> <properties>"DefaultAttributes:Accuracy" "0,0,0,0,0,0,0,0"</properties> </Property>
Am I wrong, or is it a bug ?