...
The namespace for the upload parameters is urn:com.cohga.spatial.upload#1.0
, so the following should be added to the list of namespaces at the top of the config file:
xmlns:upload="urn:com.cohga.spatial.upload#1.0"
Then you can create a new top level configuration item to contain the customisation to the upload parameters.
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<upload:parameters> <cleaning maximumFileAgeInHours="96" checkDelayInHours="6" /> <projections label="Projection"/> <csv xlabel="X Field Column" ylabel="Y Field Column"/> <drawing timeout="60"/> </upload:parameters> |
...