Path: blob/main/tests/netedit/elements/demands/route/load/edges/routes.rou.xml
169772 views
<?xml version="1.0" encoding="UTF-8"?>12<!-- generated on 17.07.2019 12:52:39 by Eclipse SUMO netedit Version v1_2_0+1261-4ef77299f03<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netconvertConfiguration.xsd">45<input>6<sumo-net-file value="D:\sumo\tests\netedit\demandElements\route\load\input_net.net.xml"/>7</input>89<output>10<output-file value="D:\sumo\tests\netedit\demandElements\route\load\input_net.net.xml"/>11</output>1213<processing>14<geometry.max-grade.fix value="false"/>15<offset.disable-normalization value="true"/>16<lefthand value="false"/>17</processing>1819<junctions>20<no-turnarounds value="true"/>21<junctions.corner-detail value="5"/>22<junctions.limit-turn-speed value="5.5"/>23<rectangular-lane-cut value="false"/>24</junctions>2526<pedestrian>27<walkingareas value="false"/>28</pedestrian>2930<netedit>31<route-files value="D:\sumo\tests\netedit\demandElements\route\load\color\input_routes.rou.xml"/>32</netedit>3334</configuration>35-->3637<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">3839<!-- non valid edges (missing)-->40<route color="yellow" id="route_0"/>4142<!-- non valid edges (empty)-->43<route edges="" color="yellow" id="route_1"/>4445<!-- non valid edges (invalid)-->46<route edges="dummy1 dummy2 dummy3" color="yellow" id="route_2"/>4748<!-- non valid edges (non consecutive)-->49<route edges="Edge0 Edge2" color="yellow" id="route_3"/>5051<!-- valid edges (check vClass) -->52<route edges="Edge0 Edge1 Edge2 EdgeBike0 EdgeCenter0" color="yellow" id="route_4"/>5354<!-- valid edges (consecutive) -->55<route edges="Edge0 Edge1" color="yellow" id="route_5"/>5657<!-- valid edges (single) -->58<route edges="Edge0" color="yellow" id="route_6"/>5960</routes>616263