mirror of
https://github.com/Ahp06/SUMO_Emissions.git
synced 2024-11-22 19:46:30 +00:00
25 lines
679 B
XML
25 lines
679 B
XML
<?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"/>
|
|
<!--<osm.keep-full-type value="true"/>-->
|
|
<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> |