diff --git a/sim/contrib/examples/Configurations/ADAS_AEB_CutIn/ProfilesCatalog_GUI.ui b/sim/contrib/examples/Configurations/ADAS_AEB_CutIn/ProfilesCatalog_GUI.ui
deleted file mode 100644
index 76a3b435085451167313bab0f2390429bc2b16c4..0000000000000000000000000000000000000000
--- a/sim/contrib/examples/Configurations/ADAS_AEB_CutIn/ProfilesCatalog_GUI.ui
+++ /dev/null
@@ -1,131 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<Profiles>
-  <AgentProfiles>
-    <AgentProfile Name="EgoAgent" Type="Dynamic">
-      <DriverProfiles>
-        <DriverProfile Name="EgoDriver" Probability="1"/>
-      </DriverProfiles>
-      <VehicleProfiles>
-        <VehicleProfile Name="EgoVehicle" Probability="1"/>
-      </VehicleProfiles>
-    </AgentProfile>
-    <AgentProfile Name="LuxuryClassCarAgent" Type="Dynamic">
-      <DriverProfiles>
-        <DriverProfile Name="Regular" Probability="1"/>
-      </DriverProfiles>
-      <VehicleProfiles>
-        <VehicleProfile Name="BMW 7 1" Probability="0.5"/>
-        <VehicleProfile Name="BMW 7 2" Probability="0.5"/>
-      </VehicleProfiles>
-    </AgentProfile>
-    <AgentProfile Name="MiddleClassCarAgent" Type="Dynamic">
-      <DriverProfiles>
-        <DriverProfile Name="Regular" Probability="1"/>
-      </DriverProfiles>
-      <VehicleProfiles>
-        <VehicleProfile Name="BMW 3" Probability="0.3"/>
-        <VehicleProfile Name="BMW i3" Probability="0.3"/>
-        <VehicleProfile Name="Mini Cooper" Probability="0.4"/>
-      </VehicleProfiles>
-    </AgentProfile>
-    <AgentProfile Name="TFAgent" Type="Dynamic">
-      <DriverProfiles>
-        <DriverProfile Name="Regular" Probability="1"/>
-      </DriverProfiles>
-      <VehicleProfiles>
-        <VehicleProfile Name="TFVehicle" Probability="1"/>
-      </VehicleProfiles>
-    </AgentProfile>
-    <AgentProfile Name="TruckAgent" Type="Dynamic">
-      <DriverProfiles>
-        <DriverProfile Name="Regular" Probability="1"/>
-      </DriverProfiles>
-      <VehicleProfiles>
-        <VehicleProfile Name="Bus" Probability="0.5"/>
-        <VehicleProfile Name="Truck" Probability="0.5"/>
-      </VehicleProfiles>
-    </AgentProfile>
-  </AgentProfiles>
-  <!--#############################################################################################-->
-  <DriverProfiles>
-    <DriverProfile Name="EgoDriver">
-      <String Key="Type" Value="AlgorithmAgentFollowingDriverModel"/>
-      <String Key="AlgorithmLateralModule" Value="Algorithm_LateralAfdm"/>
-      <String Key="AlgorithmLongitudinalModule" Value="Algorithm_LongitudinalAfdm"/>
-      <Double Key="VelocityWish" Value="35.0"/>
-      <Double Key="Delta" Value="4.0"/>
-      <Double Key="TGapWish" Value="1.5"/>
-      <Double Key="MinDistance" Value="2.0"/>
-      <Double Key="MaxAcceleration" Value="2.0"/>
-      <Double Key="MaxDeceleration" Value="0.5"/>
-    </DriverProfile>
-    <DriverProfile Name="Regular">
-      <String Key="Type" Value="AlgorithmAgentFollowingDriverModel"/>
-      <String Key="AlgorithmLateralModule" Value="Algorithm_LateralAfdm"/>
-      <String Key="AlgorithmLongitudinalModule" Value="Algorithm_LongitudinalAfdm"/>
-      <Double Key="VelocityWish" Value="35.0"/>
-      <Double Key="Delta" Value="4.0"/>
-      <Double Key="TGapWish" Value="1.5"/>
-      <Double Key="MinDistance" Value="2.0"/>
-      <Double Key="MaxAcceleration" Value="1.4"/>
-      <Double Key="MaxDeceleration" Value="2.0"/>
-    </DriverProfile>
-  </DriverProfiles>
-  <!--#############################################################################################-->
-  <VehicleProfiles>
-    <VehicleProfile Name="BMW 3">
-      <Model Catalogue="VehicleModelsCatalog.xosc" Name="car_bmw_3"/>
-      <SystemConfig Path=""/>
-      <SystemProfiles/>
-    </VehicleProfile>
-    <VehicleProfile Name="BMW 7 1">
-      <Model Catalogue="VehicleModelsCatalog.xosc" Name="car_bmw_7_1"/>
-      <SystemConfig Path=""/>
-      <SystemProfiles/>
-    </VehicleProfile>
-    <VehicleProfile Name="BMW 7 2">
-      <Model Catalogue="VehicleModelsCatalog.xosc" Name="car_bmw_7_2"/>
-      <SystemConfig Path=""/>
-      <SystemProfiles/>
-    </VehicleProfile>
-    <VehicleProfile Name="BMW i3">
-      <Model Catalogue="VehicleModelsCatalog.xosc" Name="car_bmw_i3"/>
-      <SystemConfig Path=""/>
-      <SystemProfiles/>
-    </VehicleProfile>
-    <VehicleProfile Name="Bus">
-      <Model Catalogue="VehicleModelsCatalog.xosc" Name="bus"/>
-      <SystemConfig Path=""/>
-      <SystemProfiles/>
-    </VehicleProfile>
-    <VehicleProfile Name="EgoVehicle">
-      <Model Catalogue="VehicleModelsCatalog.xosc" Name="car_bmw_7_1"/>
-      <SystemConfig Path="systemConfig.xml"/>
-      <SystemProfiles>
-        <SystemProfile Type="AEB">
-          <System Id="0" Title="AebOSI" Probability="1"/>
-        </SystemProfile>
-      </SystemProfiles>
-    </VehicleProfile>
-    <VehicleProfile Name="Mini Cooper">
-      <Model Catalogue="VehicleModelsCatalog.xosc" Name="car_mini_cooper"/>
-      <SystemConfig Path=""/>
-      <SystemProfiles/>
-    </VehicleProfile>
-    <VehicleProfile Name="TFVehicle">
-      <Model Catalogue="VehicleModelsCatalog.xosc" Name="car_bmw_7_1"/>
-      <SystemConfig Path="systemConfig.xml"/>
-      <SystemProfiles>
-        <SystemProfile Type="Dynamics_TrajectoryFollower">
-          <System Id="1" Title="BasicTrajectoryFollower" Probability="1"/>
-        </SystemProfile>
-      </SystemProfiles>
-    </VehicleProfile>
-    <VehicleProfile Name="Truck">
-      <Model Catalogue="VehicleModelsCatalog.xosc" Name="truck"/>
-      <SystemConfig Path=""/>
-      <SystemProfiles/>
-    </VehicleProfile>
-  </VehicleProfiles>
-  <!--#############################################################################################-->
-</Profiles>
diff --git a/sim/contrib/examples/Configurations/PCM/sceneryConfiguration.xml b/sim/contrib/examples/Configurations/PCM/sceneryConfiguration.xml
deleted file mode 100644
index ed540cce5bdb1cc990fc644c33662333d797aed9..0000000000000000000000000000000000000000
--- a/sim/contrib/examples/Configurations/PCM/sceneryConfiguration.xml
+++ /dev/null
@@ -1,1658 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<PCM>
-    <global_data>
-        <OffsetX>8.68708056e-315</OffsetX>
-        <OffsetY>4.604586682e-316</OffsetY>
-        <Participants>93203504</Participants>
-        <SimulationVersion>0</SimulationVersion>
-    </global_data>
-    <Marks>
-        <marks_continuous>
-            <line id="1">
-                <point id="1">
-                    <x>-14.79</x>
-                    <y>-21.78</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>-14.79</x>
-                    <y>-21.77</y>
-                    <z>0</z>
-                </point>
-                <point id="3">
-                    <x>-13.48</x>
-                    <y>-20.52</y>
-                    <z>0</z>
-                </point>
-                <point id="4">
-                    <x>-12.22</x>
-                    <y>-21.8</y>
-                    <z>0</z>
-                </point>
-                <point id="5">
-                    <x>-12.32</x>
-                    <y>-22.14</y>
-                    <z>0</z>
-                </point>
-                <point id="6">
-                    <x>-13.47</x>
-                    <y>-21.01</y>
-                    <z>0</z>
-                </point>
-                <point id="7">
-                    <x>-14.66</x>
-                    <y>-22.13</y>
-                    <z>0</z>
-                </point>
-                <point id="8">
-                    <x>-14.79</x>
-                    <y>-21.78</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="2">
-                <point id="1">
-                    <x>-15.19</x>
-                    <y>-20.66</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>-13.46</x>
-                    <y>-19.09</y>
-                    <z>0</z>
-                </point>
-                <point id="3">
-                    <x>-11.89</x>
-                    <y>-20.66</y>
-                    <z>0</z>
-                </point>
-                <point id="4">
-                    <x>-11.99</x>
-                    <y>-20.98</y>
-                    <z>0</z>
-                </point>
-                <point id="5">
-                    <x>-13.45</x>
-                    <y>-19.55</y>
-                    <z>0</z>
-                </point>
-                <point id="6">
-                    <x>-15.07</x>
-                    <y>-20.98</y>
-                    <z>0</z>
-                </point>
-                <point id="7">
-                    <x>-15.19</x>
-                    <y>-20.66</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="3">
-                <point id="1">
-                    <x>-11.13</x>
-                    <y>-18.37</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>-11.81</x>
-                    <y>-20.5</y>
-                    <z>0</z>
-                </point>
-                <point id="3">
-                    <x>-12.76</x>
-                    <y>-23.91</y>
-                    <z>0</z>
-                </point>
-                <point id="4">
-                    <x>-13.4</x>
-                    <y>-26.53</y>
-                    <z>0</z>
-                </point>
-                <point id="5">
-                    <x>-13.68</x>
-                    <y>-27.96</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="4">
-                <point id="1">
-                    <x>-16.09</x>
-                    <y>-18.78</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>-15.75</x>
-                    <y>-19.47</y>
-                    <z>0</z>
-                </point>
-                <point id="3">
-                    <x>-15.38</x>
-                    <y>-20.34</y>
-                    <z>0</z>
-                </point>
-                <point id="4">
-                    <x>-14.83</x>
-                    <y>-21.78</y>
-                    <z>0</z>
-                </point>
-                <point id="5">
-                    <x>-14.21</x>
-                    <y>-23.72</y>
-                    <z>0</z>
-                </point>
-                <point id="6">
-                    <x>-13.78</x>
-                    <y>-25.92</y>
-                    <z>0</z>
-                </point>
-                <point id="7">
-                    <x>-13.69</x>
-                    <y>-26.86</y>
-                    <z>0</z>
-                </point>
-                <point id="8">
-                    <x>-13.68</x>
-                    <y>-27.97</y>
-                    <z>0</z>
-                </point>
-                <point id="9">
-                    <x>-14.4</x>
-                    <y>-36.09</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="5">
-                <point id="1">
-                    <x>-28.84</x>
-                    <y>-12</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>-28.84</x>
-                    <y>-12.27</y>
-                    <z>0</z>
-                </point>
-                <point id="3">
-                    <x>-25.62</x>
-                    <y>-12.35</y>
-                    <z>0</z>
-                </point>
-                <point id="4">
-                    <x>-25.62</x>
-                    <y>-12.06</y>
-                    <z>0</z>
-                </point>
-                <point id="5">
-                    <x>-28.84</x>
-                    <y>-12</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="6">
-                <point id="1">
-                    <x>-28.89</x>
-                    <y>-13.78</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>-25.85</x>
-                    <y>-15.01</y>
-                    <z>0</z>
-                </point>
-                <point id="3">
-                    <x>-25.64</x>
-                    <y>-15.13</y>
-                    <z>0</z>
-                </point>
-                <point id="4">
-                    <x>-25.55</x>
-                    <y>-15.25</y>
-                    <z>0</z>
-                </point>
-                <point id="5">
-                    <x>-25.51</x>
-                    <y>-15.36</y>
-                    <z>0</z>
-                </point>
-                <point id="6">
-                    <x>-25.51</x>
-                    <y>-15.53</y>
-                    <z>0</z>
-                </point>
-                <point id="7">
-                    <x>-24.61</x>
-                    <y>-15.95</y>
-                    <z>0</z>
-                </point>
-                <point id="8">
-                    <x>-25.82</x>
-                    <y>-15.79</y>
-                    <z>0</z>
-                </point>
-                <point id="9">
-                    <x>-26.71</x>
-                    <y>-15.1</y>
-                    <z>0</z>
-                </point>
-                <point id="10">
-                    <x>-26</x>
-                    <y>-15.39</y>
-                    <z>0</z>
-                </point>
-                <point id="11">
-                    <x>-25.94</x>
-                    <y>-15.3</y>
-                    <z>0</z>
-                </point>
-                <point id="12">
-                    <x>-25.99</x>
-                    <y>-15.16</y>
-                    <z>0</z>
-                </point>
-                <point id="13">
-                    <x>-26.11</x>
-                    <y>-15.09</y>
-                    <z>0</z>
-                </point>
-                <point id="14">
-                    <x>-28.95</x>
-                    <y>-14.08</y>
-                    <z>0</z>
-                </point>
-                <point id="15">
-                    <x>-28.89</x>
-                    <y>-13.78</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="7">
-                <point id="1">
-                    <x>-28.92</x>
-                    <y>-10.89</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>-26.12</x>
-                    <y>-10.88</y>
-                    <z>0</z>
-                </point>
-                <point id="3">
-                    <x>-26.11</x>
-                    <y>-11.03</y>
-                    <z>0</z>
-                </point>
-                <point id="4">
-                    <x>-24.39</x>
-                    <y>-10.79</y>
-                    <z>0</z>
-                </point>
-                <point id="5">
-                    <x>-26.13</x>
-                    <y>-10.5</y>
-                    <z>0</z>
-                </point>
-                <point id="6">
-                    <x>-26.11</x>
-                    <y>-10.69</y>
-                    <z>0</z>
-                </point>
-                <point id="7">
-                    <x>-28.91</x>
-                    <y>-10.64</y>
-                    <z>0</z>
-                </point>
-                <point id="8">
-                    <x>-28.92</x>
-                    <y>-10.89</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="8">
-                <point id="1">
-                    <x>-28.88</x>
-                    <y>-9.5</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>-25.79</x>
-                    <y>-9.51</y>
-                    <z>0</z>
-                </point>
-                <point id="3">
-                    <x>-25.5</x>
-                    <y>-9.5</y>
-                    <z>0</z>
-                </point>
-                <point id="4">
-                    <x>-25.34</x>
-                    <y>-9.44</y>
-                    <z>0</z>
-                </point>
-                <point id="5">
-                    <x>-25.24</x>
-                    <y>-9.34</y>
-                    <z>0</z>
-                </point>
-                <point id="6">
-                    <x>-25.22</x>
-                    <y>-9.23</y>
-                    <z>0</z>
-                </point>
-                <point id="7">
-                    <x>-25.23</x>
-                    <y>-9.16</y>
-                    <z>0</z>
-                </point>
-                <point id="8">
-                    <x>-24.27</x>
-                    <y>-9.15</y>
-                    <z>0</z>
-                </point>
-                <point id="9">
-                    <x>-25.42</x>
-                    <y>-8.76</y>
-                    <z>0</z>
-                </point>
-                <point id="10">
-                    <x>-26.54</x>
-                    <y>-9.06</y>
-                    <z>0</z>
-                </point>
-                <point id="11">
-                    <x>-25.76</x>
-                    <y>-9.12</y>
-                    <z>0</z>
-                </point>
-                <point id="12">
-                    <x>-25.88</x>
-                    <y>-9.23</y>
-                    <z>0</z>
-                </point>
-                <point id="13">
-                    <x>-25.98</x>
-                    <y>-9.29</y>
-                    <z>0</z>
-                </point>
-                <point id="14">
-                    <x>-26.24</x>
-                    <y>-9.33</y>
-                    <z>0</z>
-                </point>
-                <point id="15">
-                    <x>-28.89</x>
-                    <y>-9.24</y>
-                    <z>0</z>
-                </point>
-                <point id="16">
-                    <x>-28.88</x>
-                    <y>-9.5</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="9">
-                <point id="1">
-                    <x>-34.47</x>
-                    <y>-12.09</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>-31.53</x>
-                    <y>-12.17</y>
-                    <z>0</z>
-                </point>
-                <point id="3">
-                    <x>-31.53</x>
-                    <y>-11.93</y>
-                    <z>0</z>
-                </point>
-                <point id="4">
-                    <x>-34.46</x>
-                    <y>-11.83</y>
-                    <z>0</z>
-                </point>
-                <point id="5">
-                    <x>-34.47</x>
-                    <y>-12.09</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="10">
-                <point id="1">
-                    <x>-24.37</x>
-                    <y>-18.41</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>-21.15</x>
-                    <y>-14.75</y>
-                    <z>0</z>
-                </point>
-                <point id="3">
-                    <x>-20.74</x>
-                    <y>-15.08</y>
-                    <z>0</z>
-                </point>
-                <point id="4">
-                    <x>-23.94</x>
-                    <y>-18.73</y>
-                    <z>0</z>
-                </point>
-                <point id="5">
-                    <x>-24.37</x>
-                    <y>-18.41</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="11">
-                <point id="1">
-                    <x>-14.41</x>
-                    <y>-22.87</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>-14.39</x>
-                    <y>-22.89</y>
-                    <z>0</z>
-                </point>
-                <point id="3">
-                    <x>-13.53</x>
-                    <y>-22.08</y>
-                    <z>0</z>
-                </point>
-                <point id="4">
-                    <x>-12.58</x>
-                    <y>-23.07</y>
-                    <z>0</z>
-                </point>
-                <point id="5">
-                    <x>-12.68</x>
-                    <y>-23.45</y>
-                    <z>0</z>
-                </point>
-                <point id="6">
-                    <x>-13.53</x>
-                    <y>-22.54</y>
-                    <z>0</z>
-                </point>
-                <point id="7">
-                    <x>-14.3</x>
-                    <y>-23.22</y>
-                    <z>0</z>
-                </point>
-                <point id="8">
-                    <x>-14.41</x>
-                    <y>-22.87</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="12">
-                <point id="1">
-                    <x>-14.1</x>
-                    <y>-24</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>-14.11</x>
-                    <y>-24.02</y>
-                    <z>0</z>
-                </point>
-                <point id="3">
-                    <x>-13.52</x>
-                    <y>-23.55</y>
-                    <z>0</z>
-                </point>
-                <point id="4">
-                    <x>-12.87</x>
-                    <y>-24.22</y>
-                    <z>0</z>
-                </point>
-                <point id="5">
-                    <x>-12.96</x>
-                    <y>-24.53</y>
-                    <z>0</z>
-                </point>
-                <point id="6">
-                    <x>-13.53</x>
-                    <y>-23.96</y>
-                    <z>0</z>
-                </point>
-                <point id="7">
-                    <x>-14.02</x>
-                    <y>-24.35</y>
-                    <z>0</z>
-                </point>
-                <point id="8">
-                    <x>-14.1</x>
-                    <y>-24</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="13">
-                <point id="1">
-                    <x>-21.29</x>
-                    <y>-7.87</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>-21.44</x>
-                    <y>-11.99</y>
-                    <z>0</z>
-                </point>
-                <point id="3">
-                    <x>-21.94</x>
-                    <y>-11.99</y>
-                    <z>0</z>
-                </point>
-                <point id="4">
-                    <x>-21.8</x>
-                    <y>-7.87</y>
-                    <z>0</z>
-                </point>
-                <point id="5">
-                    <x>-35.63</x>
-                    <y>-7.84</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="14">
-                <point id="1">
-                    <x>-1.13</x>
-                    <y>-29.18</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>-1.24</x>
-                    <y>-36.33</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="15">
-                <point id="1">
-                    <x>-4.53</x>
-                    <y>-29.08</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>-4.69</x>
-                    <y>-36.27</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="16">
-                <point id="1">
-                    <x>-4.54</x>
-                    <y>-28.54</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>2.12</x>
-                    <y>-28.72</y>
-                    <z>0</z>
-                </point>
-                <point id="3">
-                    <x>2.12</x>
-                    <y>-29.28</y>
-                    <z>0</z>
-                </point>
-                <point id="4">
-                    <x>-4.56</x>
-                    <y>-29.08</y>
-                    <z>0</z>
-                </point>
-                <point id="5">
-                    <x>-4.54</x>
-                    <y>-28.54</y>
-                    <z>0</z>
-                </point>
-            </line>
-        </marks_continuous>
-        <marks_interrupted_long/>
-        <marks_interrupted_short>
-            <line id="1">
-                <point id="1">
-                    <x>-12.56</x>
-                    <y>-12.43</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>-11.98</x>
-                    <y>4.29</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="2">
-                <point id="1">
-                    <x>-14.02</x>
-                    <y>-12.42</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>-13.42</x>
-                    <y>3.35</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="3">
-                <point id="1">
-                    <x>-19.24</x>
-                    <y>-12.24</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>-18.9</x>
-                    <y>1.57</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="4">
-                <point id="1">
-                    <x>-20.95</x>
-                    <y>-21.32</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>-17.52</x>
-                    <y>-17.45</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="5">
-                <point id="1">
-                    <x>-23.21</x>
-                    <y>-19.22</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>-19.89</x>
-                    <y>-15.54</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="6">
-                <point id="1">
-                    <x>-19.67</x>
-                    <y>-22.87</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>-16.09</x>
-                    <y>-18.78</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="7">
-                <point id="1">
-                    <x>13.41</x>
-                    <y>-7.97</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>13.6</x>
-                    <y>-2.28</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="8">
-                <point id="1">
-                    <x>9.1</x>
-                    <y>-7.9</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>9.32</x>
-                    <y>-2.29</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="9">
-                <point id="1">
-                    <x>7.57</x>
-                    <y>-7.87</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>7.83</x>
-                    <y>-2.28</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="10">
-                <point id="1">
-                    <x>2.52</x>
-                    <y>-27.9</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>-11.13</x>
-                    <y>-18.02</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="11">
-                <point id="1">
-                    <x>3.6</x>
-                    <y>-25.33</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>-11.02</x>
-                    <y>-14.99</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="12">
-                <point id="1">
-                    <x>4.38</x>
-                    <y>-24.02</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>-11.44</x>
-                    <y>-12.8</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="13">
-                <point id="1">
-                    <x>13.2</x>
-                    <y>-18.67</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>13.31</x>
-                    <y>-11.74</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="14">
-                <point id="1">
-                    <x>8.71</x>
-                    <y>-19.97</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>9</x>
-                    <y>-11.46</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="15">
-                <point id="1">
-                    <x>7.09</x>
-                    <y>-21.09</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>7.57</x>
-                    <y>-11.29</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="16">
-                <point id="1">
-                    <x>-9</x>
-                    <y>8.28</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>7.01</x>
-                    <y>9.87</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="17">
-                <point id="1">
-                    <x>-6.54</x>
-                    <y>14.49</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>4.94</x>
-                    <y>15.79</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="18">
-                <point id="1">
-                    <x>13.65</x>
-                    <y>0.53</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>13.87</x>
-                    <y>7.2</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="19">
-                <point id="1">
-                    <x>9.41</x>
-                    <y>0.58</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>9.59</x>
-                    <y>8.06</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="20">
-                <point id="1">
-                    <x>7.94</x>
-                    <y>0.54</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>8.16</x>
-                    <y>8.85</y>
-                    <z>0</z>
-                </point>
-            </line>
-        </marks_interrupted_short>
-        <roadside>
-            <line id="1">
-                <point id="1">
-                    <x>-4.99</x>
-                    <y>22.3</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>-5.36</x>
-                    <y>18.7</y>
-                    <z>0</z>
-                </point>
-                <point id="3">
-                    <x>-5.6</x>
-                    <y>17.67</y>
-                    <z>0</z>
-                </point>
-                <point id="4">
-                    <x>-6.8</x>
-                    <y>13.62</y>
-                    <z>0</z>
-                </point>
-                <point id="5">
-                    <x>-7.94</x>
-                    <y>10.46</y>
-                    <z>0</z>
-                </point>
-                <point id="6">
-                    <x>-8.45</x>
-                    <y>9.29</y>
-                    <z>0</z>
-                </point>
-                <point id="7">
-                    <x>-9.2</x>
-                    <y>7.89</y>
-                    <z>0</z>
-                </point>
-                <point id="8">
-                    <x>-10.26</x>
-                    <y>6.15</y>
-                    <z>0</z>
-                </point>
-                <point id="9">
-                    <x>-11.14</x>
-                    <y>5.08</y>
-                    <z>0</z>
-                </point>
-                <point id="10">
-                    <x>-11.69</x>
-                    <y>4.51</y>
-                    <z>0</z>
-                </point>
-                <point id="11">
-                    <x>-12.59</x>
-                    <y>3.81</y>
-                    <z>0</z>
-                </point>
-                <point id="12">
-                    <x>-13.68</x>
-                    <y>3.21</y>
-                    <z>0</z>
-                </point>
-                <point id="13">
-                    <x>-14.66</x>
-                    <y>2.79</y>
-                    <z>0</z>
-                </point>
-                <point id="14">
-                    <x>-15.79</x>
-                    <y>2.39</y>
-                    <z>0</z>
-                </point>
-                <point id="15">
-                    <x>-17.28</x>
-                    <y>1.94</y>
-                    <z>0</z>
-                </point>
-                <point id="16">
-                    <x>-18.84</x>
-                    <y>1.64</y>
-                    <z>0</z>
-                </point>
-                <point id="17">
-                    <x>-20.26</x>
-                    <y>1.43</y>
-                    <z>0</z>
-                </point>
-                <point id="18">
-                    <x>-21.83</x>
-                    <y>1.29</y>
-                    <z>0</z>
-                </point>
-                <point id="19">
-                    <x>-27.32</x>
-                    <y>1.16</y>
-                    <z>0</z>
-                </point>
-                <point id="20">
-                    <x>-42.27</x>
-                    <y>1.25</y>
-                    <z>0</z>
-                </point>
-                <point id="21">
-                    <x>-49.89</x>
-                    <y>1.22</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="2">
-                <point id="1">
-                    <x>-11.13</x>
-                    <y>-18.03</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>-10.99</x>
-                    <y>-14.14</y>
-                    <z>0</z>
-                </point>
-                <point id="3">
-                    <x>-11.04</x>
-                    <y>-13.62</y>
-                    <z>0</z>
-                </point>
-                <point id="4">
-                    <x>-11.18</x>
-                    <y>-13.26</y>
-                    <z>0</z>
-                </point>
-                <point id="5">
-                    <x>-11.44</x>
-                    <y>-12.84</y>
-                    <z>0</z>
-                </point>
-                <point id="6">
-                    <x>-11.71</x>
-                    <y>-12.6</y>
-                    <z>0</z>
-                </point>
-                <point id="7">
-                    <x>-12.26</x>
-                    <y>-12.43</y>
-                    <z>0</z>
-                </point>
-                <point id="8">
-                    <x>-14.86</x>
-                    <y>-12.41</y>
-                    <z>0</z>
-                </point>
-                <point id="9">
-                    <x>-16.86</x>
-                    <y>-12.44</y>
-                    <z>0</z>
-                </point>
-                <point id="10">
-                    <x>-18.97</x>
-                    <y>-12.39</y>
-                    <z>0</z>
-                </point>
-                <point id="11">
-                    <x>-22.98</x>
-                    <y>-12.22</y>
-                    <z>0</z>
-                </point>
-                <point id="12">
-                    <x>-23.31</x>
-                    <y>-12.3</y>
-                    <z>0</z>
-                </point>
-                <point id="13">
-                    <x>-23.53</x>
-                    <y>-12.45</y>
-                    <z>0</z>
-                </point>
-                <point id="14">
-                    <x>-23.63</x>
-                    <y>-12.72</y>
-                    <z>0</z>
-                </point>
-                <point id="15">
-                    <x>-23.57</x>
-                    <y>-12.88</y>
-                    <z>0</z>
-                </point>
-                <point id="16">
-                    <x>-23.36</x>
-                    <y>-13.16</y>
-                    <z>0</z>
-                </point>
-                <point id="17">
-                    <x>-21.25</x>
-                    <y>-14.52</y>
-                    <z>0</z>
-                </point>
-                <point id="18">
-                    <x>-20.4</x>
-                    <y>-15.13</y>
-                    <z>0</z>
-                </point>
-                <point id="19">
-                    <x>-18.35</x>
-                    <y>-16.77</y>
-                    <z>0</z>
-                </point>
-                <point id="20">
-                    <x>-16.88</x>
-                    <y>-18.01</y>
-                    <z>0</z>
-                </point>
-                <point id="21">
-                    <x>-16.1</x>
-                    <y>-18.54</y>
-                    <z>0</z>
-                </point>
-                <point id="22">
-                    <x>-15.09</x>
-                    <y>-18.59</y>
-                    <z>0</z>
-                </point>
-                <point id="23">
-                    <x>-13.27</x>
-                    <y>-18.49</y>
-                    <z>0</z>
-                </point>
-                <point id="24">
-                    <x>-11.3</x>
-                    <y>-18.34</y>
-                    <z>0</z>
-                </point>
-                <point id="25">
-                    <x>-11.18</x>
-                    <y>-18.21</y>
-                    <z>0</z>
-                </point>
-                <point id="26">
-                    <x>-11.15</x>
-                    <y>-18.04</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="3">
-                <point id="1">
-                    <x>-17.88</x>
-                    <y>-35.8</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>-17.81</x>
-                    <y>-34.25</y>
-                    <z>0</z>
-                </point>
-                <point id="3">
-                    <x>-17.69</x>
-                    <y>-32.76</y>
-                    <z>0</z>
-                </point>
-                <point id="4">
-                    <x>-17.52</x>
-                    <y>-30.05</y>
-                    <z>0</z>
-                </point>
-                <point id="5">
-                    <x>-17.57</x>
-                    <y>-28.53</y>
-                    <z>0</z>
-                </point>
-                <point id="6">
-                    <x>-17.71</x>
-                    <y>-27.59</y>
-                    <z>0</z>
-                </point>
-                <point id="7">
-                    <x>-17.86</x>
-                    <y>-26.93</y>
-                    <z>0</z>
-                </point>
-                <point id="8">
-                    <x>-18.07</x>
-                    <y>-26.29</y>
-                    <z>0</z>
-                </point>
-                <point id="9">
-                    <x>-18.69</x>
-                    <y>-24.7</y>
-                    <z>0</z>
-                </point>
-                <point id="10">
-                    <x>-19.07</x>
-                    <y>-23.88</y>
-                    <z>0</z>
-                </point>
-                <point id="11">
-                    <x>-19.54</x>
-                    <y>-23.05</y>
-                    <z>0</z>
-                </point>
-                <point id="12">
-                    <x>-19.96</x>
-                    <y>-22.42</y>
-                    <z>0</z>
-                </point>
-                <point id="13">
-                    <x>-20.66</x>
-                    <y>-21.59</y>
-                    <z>0</z>
-                </point>
-                <point id="14">
-                    <x>-21.59</x>
-                    <y>-20.74</y>
-                    <z>0</z>
-                </point>
-                <point id="15">
-                    <x>-23.56</x>
-                    <y>-19.16</y>
-                    <z>0</z>
-                </point>
-                <point id="16">
-                    <x>-25.13</x>
-                    <y>-18.03</y>
-                    <z>0</z>
-                </point>
-                <point id="17">
-                    <x>-26.21</x>
-                    <y>-17.34</y>
-                    <z>0</z>
-                </point>
-                <point id="18">
-                    <x>-27.61</x>
-                    <y>-16.51</y>
-                    <z>0</z>
-                </point>
-                <point id="19">
-                    <x>-29.62</x>
-                    <y>-15.44</y>
-                    <z>0</z>
-                </point>
-                <point id="20">
-                    <x>-30.68</x>
-                    <y>-14.98</y>
-                    <z>0</z>
-                </point>
-                <point id="21">
-                    <x>-31.74</x>
-                    <y>-14.65</y>
-                    <z>0</z>
-                </point>
-                <point id="22">
-                    <x>-33.12</x>
-                    <y>-14.41</y>
-                    <z>0</z>
-                </point>
-                <point id="23">
-                    <x>-35.87</x>
-                    <y>-14.21</y>
-                    <z>0</z>
-                </point>
-                <point id="24">
-                    <x>-50.4</x>
-                    <y>-14.24</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="4">
-                <point id="1">
-                    <x>40.31</x>
-                    <y>-8.06</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>12.06</x>
-                    <y>-7.93</y>
-                    <z>0</z>
-                </point>
-                <point id="3">
-                    <x>7.86</x>
-                    <y>-7.88</y>
-                    <z>0</z>
-                </point>
-                <point id="4">
-                    <x>6.62</x>
-                    <y>-7.82</y>
-                    <z>0</z>
-                </point>
-                <point id="5">
-                    <x>5.73</x>
-                    <y>-7.82</y>
-                    <z>0</z>
-                </point>
-                <point id="6">
-                    <x>5.18</x>
-                    <y>-7.93</y>
-                    <z>0</z>
-                </point>
-                <point id="7">
-                    <x>4.76</x>
-                    <y>-8.22</y>
-                    <z>0</z>
-                </point>
-                <point id="8">
-                    <x>4.36</x>
-                    <y>-8.88</y>
-                    <z>0</z>
-                </point>
-                <point id="9">
-                    <x>4.34</x>
-                    <y>-9.59</y>
-                    <z>0</z>
-                </point>
-                <point id="10">
-                    <x>4.63</x>
-                    <y>-10.16</y>
-                    <z>0</z>
-                </point>
-                <point id="11">
-                    <x>5.03</x>
-                    <y>-10.64</y>
-                    <z>0</z>
-                </point>
-                <point id="12">
-                    <x>6.12</x>
-                    <y>-11.07</y>
-                    <z>0</z>
-                </point>
-                <point id="13">
-                    <x>8.08</x>
-                    <y>-11.37</y>
-                    <z>0</z>
-                </point>
-                <point id="14">
-                    <x>10.08</x>
-                    <y>-11.57</y>
-                    <z>0</z>
-                </point>
-                <point id="15">
-                    <x>12.44</x>
-                    <y>-11.71</y>
-                    <z>0</z>
-                </point>
-                <point id="16">
-                    <x>13.86</x>
-                    <y>-11.75</y>
-                    <z>0</z>
-                </point>
-                <point id="17">
-                    <x>40.42</x>
-                    <y>-11.75</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="5">
-                <point id="1">
-                    <x>2.32</x>
-                    <y>-36.39</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>2.3</x>
-                    <y>-31.31</y>
-                    <z>0</z>
-                </point>
-                <point id="3">
-                    <x>2.36</x>
-                    <y>-29.02</y>
-                    <z>0</z>
-                </point>
-                <point id="4">
-                    <x>2.54</x>
-                    <y>-27.79</y>
-                    <z>0</z>
-                </point>
-                <point id="5">
-                    <x>2.79</x>
-                    <y>-27.04</y>
-                    <z>0</z>
-                </point>
-                <point id="6">
-                    <x>3.67</x>
-                    <y>-25.18</y>
-                    <z>0</z>
-                </point>
-                <point id="7">
-                    <x>4.21</x>
-                    <y>-24.25</y>
-                    <z>0</z>
-                </point>
-                <point id="8">
-                    <x>4.89</x>
-                    <y>-23.29</y>
-                    <z>0</z>
-                </point>
-                <point id="9">
-                    <x>5.73</x>
-                    <y>-22.31</y>
-                    <z>0</z>
-                </point>
-                <point id="10">
-                    <x>6.79</x>
-                    <y>-21.33</y>
-                    <z>0</z>
-                </point>
-                <point id="11">
-                    <x>7.8</x>
-                    <y>-20.52</y>
-                    <z>0</z>
-                </point>
-                <point id="12">
-                    <x>8.76</x>
-                    <y>-19.94</y>
-                    <z>0</z>
-                </point>
-                <point id="13">
-                    <x>9.89</x>
-                    <y>-19.47</y>
-                    <z>0</z>
-                </point>
-                <point id="14">
-                    <x>10.97</x>
-                    <y>-19.14</y>
-                    <z>0</z>
-                </point>
-                <point id="15">
-                    <x>12.35</x>
-                    <y>-18.81</y>
-                    <z>0</z>
-                </point>
-                <point id="16">
-                    <x>14.07</x>
-                    <y>-18.53</y>
-                    <z>0</z>
-                </point>
-                <point id="17">
-                    <x>15.22</x>
-                    <y>-18.47</y>
-                    <z>0</z>
-                </point>
-                <point id="18">
-                    <x>40.2</x>
-                    <y>-18.47</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="6">
-                <point id="1">
-                    <x>-7.99</x>
-                    <y>-36.2</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>-7.92</x>
-                    <y>-31.79</y>
-                    <z>0</z>
-                </point>
-                <point id="3">
-                    <x>-7.76</x>
-                    <y>-28.77</y>
-                    <z>0</z>
-                </point>
-                <point id="4">
-                    <x>-7.86</x>
-                    <y>-28.32</y>
-                    <z>0</z>
-                </point>
-                <point id="5">
-                    <x>-8.14</x>
-                    <y>-28.04</y>
-                    <z>0</z>
-                </point>
-                <point id="6">
-                    <x>-8.4</x>
-                    <y>-27.92</y>
-                    <z>0</z>
-                </point>
-                <point id="7">
-                    <x>-8.81</x>
-                    <y>-27.86</y>
-                    <z>0</z>
-                </point>
-                <point id="8">
-                    <x>-9.22</x>
-                    <y>-27.94</y>
-                    <z>0</z>
-                </point>
-                <point id="9">
-                    <x>-9.6</x>
-                    <y>-28.21</y>
-                    <z>0</z>
-                </point>
-                <point id="10">
-                    <x>-9.86</x>
-                    <y>-28.55</y>
-                    <z>0</z>
-                </point>
-                <point id="11">
-                    <x>-10.23</x>
-                    <y>-29.35</y>
-                    <z>0</z>
-                </point>
-                <point id="12">
-                    <x>-10.47</x>
-                    <y>-30.31</y>
-                    <z>0</z>
-                </point>
-                <point id="13">
-                    <x>-10.79</x>
-                    <y>-31.91</y>
-                    <z>0</z>
-                </point>
-                <point id="14">
-                    <x>-10.94</x>
-                    <y>-33.09</y>
-                    <z>0</z>
-                </point>
-                <point id="15">
-                    <x>-10.97</x>
-                    <y>-33.9</y>
-                    <z>0</z>
-                </point>
-                <point id="16">
-                    <x>-10.88</x>
-                    <y>-36.16</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="7">
-                <point id="1">
-                    <x>5.25</x>
-                    <y>22.26</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>4.95</x>
-                    <y>17.56</y>
-                    <z>0</z>
-                </point>
-                <point id="3">
-                    <x>4.95</x>
-                    <y>15.52</y>
-                    <z>0</z>
-                </point>
-                <point id="4">
-                    <x>5.05</x>
-                    <y>14.54</y>
-                    <z>0</z>
-                </point>
-                <point id="5">
-                    <x>5.33</x>
-                    <y>13.24</y>
-                    <z>0</z>
-                </point>
-                <point id="6">
-                    <x>5.71</x>
-                    <y>12.08</y>
-                    <z>0</z>
-                </point>
-                <point id="7">
-                    <x>6.08</x>
-                    <y>11.15</y>
-                    <z>0</z>
-                </point>
-                <point id="8">
-                    <x>6.57</x>
-                    <y>10.39</y>
-                    <z>0</z>
-                </point>
-                <point id="9">
-                    <x>7.23</x>
-                    <y>9.62</y>
-                    <z>0</z>
-                </point>
-                <point id="10">
-                    <x>8.74</x>
-                    <y>8.4</y>
-                    <z>0</z>
-                </point>
-                <point id="11">
-                    <x>9.66</x>
-                    <y>8.03</y>
-                    <z>0</z>
-                </point>
-                <point id="12">
-                    <x>10.82</x>
-                    <y>7.65</y>
-                    <z>0</z>
-                </point>
-                <point id="13">
-                    <x>12.06</x>
-                    <y>7.42</y>
-                    <z>0</z>
-                </point>
-                <point id="14">
-                    <x>13.19</x>
-                    <y>7.24</y>
-                    <z>0</z>
-                </point>
-                <point id="15">
-                    <x>14.1</x>
-                    <y>7.19</y>
-                    <z>0</z>
-                </point>
-                <point id="16">
-                    <x>38.78</x>
-                    <y>7.19</y>
-                    <z>0</z>
-                </point>
-            </line>
-            <line id="8">
-                <point id="1">
-                    <x>39.06</x>
-                    <y>-2.29</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>10.38</x>
-                    <y>-2.28</y>
-                    <z>0</z>
-                </point>
-                <point id="3">
-                    <x>7.02</x>
-                    <y>-2.26</y>
-                    <z>0</z>
-                </point>
-                <point id="4">
-                    <x>6.13</x>
-                    <y>-2.01</y>
-                    <z>0</z>
-                </point>
-                <point id="5">
-                    <x>5.71</x>
-                    <y>-1.61</y>
-                    <z>0</z>
-                </point>
-                <point id="6">
-                    <x>5.52</x>
-                    <y>-1.05</y>
-                    <z>0</z>
-                </point>
-                <point id="7">
-                    <x>5.63</x>
-                    <y>-0.5</y>
-                    <z>0</z>
-                </point>
-                <point id="8">
-                    <x>5.95</x>
-                    <y>0.04</y>
-                    <z>0</z>
-                </point>
-                <point id="9">
-                    <x>6.49</x>
-                    <y>0.36</y>
-                    <z>0</z>
-                </point>
-                <point id="10">
-                    <x>7.28</x>
-                    <y>0.52</y>
-                    <z>0</z>
-                </point>
-                <point id="11">
-                    <x>9.54</x>
-                    <y>0.58</y>
-                    <z>0</z>
-                </point>
-                <point id="12">
-                    <x>38.01</x>
-                    <y>0.46</y>
-                    <z>0</z>
-                </point>
-            </line>
-        </roadside>
-    </Marks>
-    <Objects>
-        <objects>
-            <ObjectType>-1</ObjectType>
-        </objects>
-    </Objects>
-    <ViewObjects>
-        <view_object>
-            <line id="1">
-                <point id="1">
-                    <x>14.57</x>
-                    <y>-0.56</y>
-                    <z>0</z>
-                </point>
-                <point id="2">
-                    <x>39.09</x>
-                    <y>-1.26</y>
-                    <z>0</z>
-                </point>
-                <point id="3">
-                    <x>39.09</x>
-                    <y>-1.25</y>
-                    <z>0</z>
-                </point>
-                <point id="4">
-                    <x>14.57</x>
-                    <y>-0.55</y>
-                    <z>0</z>
-                </point>
-                <point id="5">
-                    <x>14.57</x>
-                    <y>-0.56</y>
-                    <z>0</z>
-                </point>
-            </line>
-        </view_object>
-    </ViewObjects>
-    <intended_course/>
-</PCM>
diff --git a/sim/contrib/examples/Configurations/StaticAgentCollision/ProfilesCatalog_GUI.ui b/sim/contrib/examples/Configurations/StaticAgentCollision/ProfilesCatalog_GUI.ui
deleted file mode 100644
index 4a7f00a0d41d4e928a68844a113e4d05e235befd..0000000000000000000000000000000000000000
--- a/sim/contrib/examples/Configurations/StaticAgentCollision/ProfilesCatalog_GUI.ui
+++ /dev/null
@@ -1,97 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<Profiles>
-  <AgentProfiles>
-    <AgentProfile Name="EgoAgent" Type="Static">
-      <System>
-        <File>SystemConfig.xml</File>
-        <Id>0</Id>
-      </System>
-      <VehicleModel>
-        <VehicleModelCatalogue>VehicleModelsCatalog.xosc</VehicleModelCatalogue>
-        <Model>car_bmw_7_1</Model>
-      </VehicleModel>
-    </AgentProfile>
-    <AgentProfile Name="LuxuryClassCarAgent" Type="Static">
-      <System>
-        <File>SystemConfig.xml</File>
-        <Id>0</Id>
-      </System>
-      <VehicleModel>
-        <VehicleModelCatalogue>VehicleModelsCatalog.xosc</VehicleModelCatalogue>
-        <Model>car_bmw_7_2</Model>
-      </VehicleModel>
-    </AgentProfile>
-    <AgentProfile Name="MiddleClassCarAgent" Type="Dynamic">
-      <DriverProfiles>
-        <DriverProfile Name="Regular" Probability="1"/>
-      </DriverProfiles>
-      <VehicleProfiles>
-        <VehicleProfile Name="BMW 3" Probability="0.3"/>
-        <VehicleProfile Name="BMW i3" Probability="0.3"/>
-        <VehicleProfile Name="Mini Cooper" Probability="0.4"/>
-      </VehicleProfiles>
-    </AgentProfile>
-    <AgentProfile Name="TruckAgent" Type="Dynamic">
-      <DriverProfiles>
-        <DriverProfile Name="Regular" Probability="1"/>
-      </DriverProfiles>
-      <VehicleProfiles>
-        <VehicleProfile Name="Bus" Probability="0.5"/>
-        <VehicleProfile Name="Truck" Probability="0.5"/>
-      </VehicleProfiles>
-    </AgentProfile>
-  </AgentProfiles>
-  <!--#############################################################################################-->
-  <DriverProfiles>
-    <DriverProfile Name="Regular">
-      <String Key="Type" Value="AlgorithmAgentFollowingDriverModel"/>
-      <String Key="AlgorithmLateralModule" Value="Algorithm_LateralAfdm"/>
-      <String Key="AlgorithmLongitudinalModule" Value="Algorithm_LongitudinalAfdm"/>
-      <Double Key="VelocityWish" Value="35.0"/>
-      <Double Key="Delta" Value="4.0"/>
-      <Double Key="TGapWish" Value="1.5"/>
-      <Double Key="MinDistance" Value="2.0"/>
-      <Double Key="MaxAcceleration" Value="1.4"/>
-      <Double Key="MaxDeceleration" Value="2.0"/>
-    </DriverProfile>
-  </DriverProfiles>
-  <!--#############################################################################################-->
-  <VehicleProfiles>
-    <VehicleProfile Name="BMW 3">
-      <Model Catalogue="VehicleModelsCatalog.xosc" Name="car_bmw_3"/>
-      <SystemConfig Path=""/>
-      <SystemProfiles/>
-    </VehicleProfile>
-    <VehicleProfile Name="BMW 7 1">
-      <Model Catalogue="VehicleModelsCatalog.xosc" Name="car_bmw_7_1"/>
-      <SystemConfig Path=""/>
-      <SystemProfiles/>
-    </VehicleProfile>
-    <VehicleProfile Name="BMW 7 2">
-      <Model Catalogue="VehicleModelsCatalog.xosc" Name="car_bmw_7_2"/>
-      <SystemConfig Path=""/>
-      <SystemProfiles/>
-    </VehicleProfile>
-    <VehicleProfile Name="BMW i3">
-      <Model Catalogue="VehicleModelsCatalog.xosc" Name="car_bmw_i3"/>
-      <SystemConfig Path=""/>
-      <SystemProfiles/>
-    </VehicleProfile>
-    <VehicleProfile Name="Bus">
-      <Model Catalogue="VehicleModelsCatalog.xosc" Name="bus"/>
-      <SystemConfig Path=""/>
-      <SystemProfiles/>
-    </VehicleProfile>
-    <VehicleProfile Name="Mini Cooper">
-      <Model Catalogue="VehicleModelsCatalog.xosc" Name="car_mini_cooper"/>
-      <SystemConfig Path=""/>
-      <SystemProfiles/>
-    </VehicleProfile>
-    <VehicleProfile Name="Truck">
-      <Model Catalogue="VehicleModelsCatalog.xosc" Name="truck"/>
-      <SystemConfig Path=""/>
-      <SystemProfiles/>
-    </VehicleProfile>
-  </VehicleProfiles>
-  <!--#############################################################################################-->
-</Profiles>