21 lines
849 B
XML
Executable File
21 lines
849 B
XML
Executable File
<?xml version='1.0'?>
|
|
<!--
|
|
File: %RS_TOOLSCONFIG%/processors/RSG.Pipeline.Processor.Map.xml
|
|
Description: Map Processors Parameters
|
|
|
|
Author: David Muir <david.muir@rockstarnorth.com>
|
|
Date: 8 August 2012
|
|
-->
|
|
<Parameters>
|
|
<!-- XGE Allow Remote flag -->
|
|
<Parameter name="XGE Allow Remote" type="bool" value="false" />
|
|
|
|
<!-- Maximum number of metadata conversion tasks per job -->
|
|
<Parameter name="Max Tasks Per Job" type="int" value="25" />
|
|
|
|
<!-- Relative cost of metadata conversion for a LOD container -->
|
|
<Parameter name="LOD Task Weight" type="int" value="10" />
|
|
|
|
<!-- Semi-colon delimited string of which time cycle types to exclude from serialisation -->
|
|
<Parameter name="Non Serialised TimeCycle Types" type="string" value="StreetLighting;StreetLightingJunction;StreetLightingTraffic" />
|
|
</Parameters> |