Versions Compared

Key

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

...

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
xml
xml
titleUpload parameters, containing all the available options and their default values, if you don't create an upload:parameters configuration item this is what you'll get
<upload:parameters>
	<cleaning maximumFileAgeInHours="96" checkDelayInHours="6" />
	<projections label="Projection"/>
	<csv xlabel="X Field Column" ylabel="Y Field Column"/>
	<drawing timeout="60"/>
</upload:parameters>

...