Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/public_transport/ptlines2flows/extendFringe/ptlines.xml
428456 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Fri Sep 15 08:56:00 2017 by SUMO netconvert Version dev-SVN-r26021
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/netconvertConfiguration.xsd">
10
11
<input>
12
<type-files value="input_types.typ.xml"/>
13
<osm-files value="osm.xml"/>
14
</input>
15
16
<output>
17
<output-file value="net.net.xml"/>
18
<ptstop-output value="additional.xml"/>
19
<ptline-output value="ptlines.xml"/>
20
</output>
21
22
<projection>
23
<proj.utm value="true"/>
24
</projection>
25
26
<processing>
27
<osm.stop-output.length value="200"/>
28
</processing>
29
30
<report>
31
<xml-validation value="never"/>
32
</report>
33
34
</configuration>
35
-->
36
37
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
38
<ptLine id="0" name="noStop" line="0" type="bus">
39
<route edges=" -391493954#3 -391493954#2 -391493954#1 -391493954#0 -391493952#2 -391493952#1 -391493952#0 -391493950#1 -391493950#0 -391493947 -391493949 -338412122 -110450334#2 -110450334#1"/>
40
</ptLine>
41
<ptLine id="1" name="oneStop" line="1" type="bus">
42
<route edges=" -391493954#3 -391493954#2 -391493954#1 -391493954#0 -391493952#2 -391493952#1 -391493952#0 -391493950#1 -391493950#0 -391493947 -391493949 -338412122 -110450334#2 -110450334#1"/>
43
<busStop id="3959807220" name="Kolonnenbrücke"/>
44
</ptLine>
45
<ptLine id="2" name="twoStops" line="2" type="bus">
46
<route edges=" 53356539#0 53356539#1 4710636#0 4710636#1 4710636#2 111325187#0 111325187#1 111325187#2 111325187#3"/>
47
<busStop id="4032629819" name="Monumentenstraße"/>
48
<busStop id="2029039199" name="Dudenstraße/Katzbachstraße"/>
49
</ptLine>
50
<ptLine id="3" name="noRoute" line="3" type="bus">
51
<busStop id="4032629819" name="Monumentenstraße"/>
52
<busStop id="2029039199" name="Dudenstraße/Katzbachstraße"/>
53
</ptLine>
54
<ptLine id="4" name="noRouteNoStop" line="4" type="bus">
55
</ptLine>
56
<ptLine id="5" name="StopsNotInRoute" line="5" type="bus">
57
<route edges="4710636#0 4710636#1 4710636#2"/>
58
<busStop id="4032629819" name="Monumentenstraße"/>
59
<busStop id="2029039199" name="Dudenstraße/Katzbachstraße"/>
60
</ptLine>
61
</additional>
62
63