Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tools/game/fokr_bs_demo/setting.add.xml
169680 views
1
<viewsettings>
2
<delay value="40"/>
3
<viewport zoom="410" x="260" y="220"/>
4
<scheme name="game_cross">
5
<opengl antialiase="0" dither="0"/>
6
<vehicles vehicleMode="10" vehicleQuality="2" minVehicleSize="2.00" vehicleExaggeration="1.00" showBlinker="1"
7
vehicleName_show="0" vehicleName_size="50.00" vehicleName_color="0.80,0.60,0.00" >
8
<colorScheme name="by waiting time" interpolated="1">
9
<entry color="green" threshold="0.00"/>
10
<entry color="yellow" threshold="20.00"/>
11
<entry color="red" threshold="40.00"/>
12
</colorScheme>
13
</vehicles>
14
<persons personMode="6" personQuality="1" showPedestrianNetwork="1" pedestrianNetworkColor="179,217,255" person_minSize="1.00" person_exaggeration="2.00" person_constantSize="0" person_constantSizeSelected="0"
15
personName_show="0" personName_size="60.00" personName_color="0,153,204" personName_bgColor="128,0,0,0" personName_constantSize="1" personName_onlySelected="0"
16
personValue_show="0" personValue_size="80.00" personValue_color="cyan" personValue_bgColor="128,0,0,0" personValue_constantSize="1" personValue_onlySelected="0">
17
<colorScheme name="by waiting time" interpolated="1">
18
<entry color="blue" threshold="0.00"/>
19
<entry color="cyan" threshold="20.00"/>
20
<entry color="yellow" threshold="40.00"/>
21
<entry color="red" threshold="60.00"/>
22
</colorScheme>
23
</persons>
24
<legend showSizeLegend="1"/>
25
</scheme>
26
</viewsettings>
27
28