Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tools/game/kuehne/settings.xml
169680 views
1
<viewsettings>
2
<delay value="100"/>
3
<viewport zoom="200" x="150" y="150"/>
4
<decal file="dlr.gif" centerX="150" centerY="150" width="50" height="50" rotation="0.00"/>
5
<scheme name="game_kuehne">
6
<opengl antialiase="0" dither="0"/>
7
<background backgroundColor="0.20,0.50,0.20"
8
showGrid="0" gridXSize="100.00" gridYSize="100.00"/>
9
<vehicles vehicleMode="3" vehicleQuality="2" minVehicleSize="1.00" vehicleExaggeration="1.00" showBlinker="1"
10
vehicleName_show="0" vehicleName_size="50.00" vehicleName_color="0.80,0.60,0.00" >
11
<colorScheme name="uniform">
12
<entry color="1.00,1.00,0.00"/>
13
</colorScheme>
14
<colorScheme name="given/assigned vehicle color">
15
<entry color="1.00,1.00,0.00"/>
16
</colorScheme>
17
<colorScheme name="given/assigned type color">
18
<entry color="1.00,1.00,0.00"/>
19
</colorScheme>
20
<colorScheme name="given/assigned route color">
21
<entry color="1.00,1.00,0.00"/>
22
</colorScheme>
23
<colorScheme name="depart position as HSV">
24
<entry color="1.00,1.00,0.00"/>
25
</colorScheme>
26
<colorScheme name="arrival position as HSV">
27
<entry color="1.00,1.00,0.00"/>
28
</colorScheme>
29
<colorScheme name="direction/distance as HSV">
30
<entry color="1.00,1.00,0.00"/>
31
</colorScheme>
32
<colorScheme name="by speed" interpolated="1">
33
<entry color="1.00,0.00,0.00" threshold="0.00"/>
34
<entry color="0.00,0.00,1.00" threshold="41.67"/>
35
</colorScheme>
36
<colorScheme name="by waiting time" interpolated="1">
37
<entry color="1.00,1.00,0.00" threshold="0.00"/>
38
<entry color="1.00,0.00,0.00" threshold="20.00"/>
39
</colorScheme>
40
<colorScheme name="by time since last lanechange" interpolated="1">
41
<entry color="1.00,1.00,1.00" threshold="0.00"/>
42
<entry color="0.50,0.50,0.50" threshold="300.00"/>
43
</colorScheme>
44
<colorScheme name="by max speed" interpolated="1">
45
<entry color="1.00,0.00,0.00" threshold="0.00"/>
46
<entry color="0.00,0.00,1.00" threshold="41.67"/>
47
</colorScheme>
48
<colorScheme name="by CO2 emissions (HBEFA)" interpolated="1">
49
<entry color="0.00,1.00,0.00" threshold="0.00"/>
50
<entry color="1.00,0.00,0.00" threshold="5.00"/>
51
</colorScheme>
52
<colorScheme name="by CO emissions (HBEFA)" interpolated="1">
53
<entry color="0.00,1.00,0.00" threshold="0.00"/>
54
<entry color="1.00,0.00,0.00" threshold="0.05"/>
55
</colorScheme>
56
<colorScheme name="by PMx emissions (HBEFA)" interpolated="1">
57
<entry color="0.00,1.00,0.00" threshold="0.00"/>
58
<entry color="1.00,0.00,0.00" threshold="0.01"/>
59
</colorScheme>
60
<colorScheme name="by NOx emissions (HBEFA)" interpolated="1">
61
<entry color="0.00,1.00,0.00" threshold="0.00"/>
62
<entry color="1.00,0.00,0.00" threshold="0.12"/>
63
</colorScheme>
64
<colorScheme name="by HC emissions (HBEFA)" interpolated="1">
65
<entry color="0.00,1.00,0.00" threshold="0.00"/>
66
<entry color="1.00,0.00,0.00" threshold="0.02"/>
67
</colorScheme>
68
<colorScheme name="by fuel consumption (HBEFA)" interpolated="1">
69
<entry color="0.00,1.00,0.00" threshold="0.00"/>
70
<entry color="1.00,0.00,0.00" threshold="0.01"/>
71
</colorScheme>
72
<colorScheme name="by noise emissions (Harmonoise)" interpolated="1">
73
<entry color="0.00,1.00,0.00" threshold="0.00"/>
74
<entry color="1.00,0.00,0.00" threshold="100.00"/>
75
</colorScheme>
76
<colorScheme name="by reroute number" interpolated="1">
77
<entry color="1.00,0.00,0.00" threshold="0.00"/>
78
<entry color="1.00,1.00,0.00" threshold="1.00"/>
79
<entry color="1.00,1.00,1.00" threshold="10.00"/>
80
</colorScheme>
81
</vehicles>
82
<legend showSizeLegend="1"/>
83
</scheme>
84
</viewsettings>
85
86