Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/function/keep_edges/by-vclass2/input_plain.edg.xml
169745 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Tue 26 Apr 2016 08:39:38 AM CEST by Netedit Version dev-SVN-r20546
4
This data file and the accompanying materials
5
are made available under the terms of the Eclipse Public License v2.0
6
which accompanies this distribution, and is available at
7
http://www.eclipse.org/legal/epl-v20.html
8
SPDX-License-Identifier: EPL-2.0
9
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netedit.exeConfiguration.xsd">
10
11
<input>
12
<sumo-net-file value="input_net.net.xml"/>
13
</input>
14
15
<output>
16
<output-file value="input_net.net.xml"/>
17
<plain-output-prefix value="/scr1/sumoID/sumo/tests/netconvert/function/keep_edges/by-vclass2/input_plain"/>
18
</output>
19
20
<processing>
21
<no-internal-links value="true"/>
22
<no-turnarounds value="true"/>
23
<offset.disable-normalization value="true"/>
24
<lefthand value="false"/>
25
<junctions.corner-detail value="0"/>
26
</processing>
27
28
</configuration>
29
-->
30
31
<edges version="0.25" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/edges_file.xsd">
32
<edge id="beg" from="absBeg" to="beg" priority="-1" numLanes="2" speed="27.80"/>
33
<edge id="beg2left" from="beg" to="begleft" priority="-1" numLanes="2" speed="27.80">
34
<lane index="0" allow="bicycle"/>
35
<lane index="1" disallow="passenger taxi"/>
36
</edge>
37
<edge id="end" from="end" to="absEnd" priority="-1" numLanes="2" speed="27.80"/>
38
<edge id="left" from="begleft" to="endleft" priority="-1" numLanes="2" speed="27.80">
39
<lane index="0" allow="bicycle"/>
40
<lane index="1" disallow="passenger taxi"/>
41
</edge>
42
<edge id="left2end" from="endleft" to="end" priority="-1" numLanes="2" speed="27.80">
43
<lane index="0" allow="bicycle"/>
44
<lane index="1" disallow="passenger taxi"/>
45
</edge>
46
<edge id="middle" from="beg" to="end" priority="-1" numLanes="1" speed="13.90"/>
47
<edge id="rend" from="absEnd" to="rabsEnd" priority="-1" numLanes="2" speed="27.80"/>
48
</edges>
49
50