2018-12-07 14:52:30 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/polyconvertConfiguration.xsd">
|
|
|
|
|
|
|
|
<input>
|
|
|
|
<net-file value="simul.net.xml"/>
|
|
|
|
<osm-files value="simul.raw.osm"/>
|
2018-12-13 14:05:37 +00:00
|
|
|
<!--<osm.keep-full-type value="true"/>-->
|
2018-12-07 14:52:30 +00:00
|
|
|
<type-file value="typemap/osmPolyconvert.typ.xml"/>
|
|
|
|
</input>
|
|
|
|
|
|
|
|
<output>
|
|
|
|
<output-file value="simul.poly.xml"/>
|
|
|
|
</output>
|
|
|
|
|
|
|
|
<processing>
|
|
|
|
<ignore-errors value="true"/>
|
|
|
|
</processing>
|
|
|
|
|
|
|
|
<report>
|
|
|
|
<verbose value="true"/>
|
|
|
|
<log value="polyconvert.log"/>
|
|
|
|
</report>
|
|
|
|
|
|
|
|
</configuration>
|