jtanabodee
Resource contributor
- Messages
- 3,924
- Country

Hi,
I have placed jetway to the Gate_A and it works fine. I can see both static and animated SODE jetway. The I place the same XML code (same model just different coordinate), edit some of the code to be Gate_B. I can see the static jetway but once I select the parking by tab_s. The SODE jetway disappear. While all of the GATE_A are still functional and visible. What could be wrong? I have checked about drawcall batching if the polygons exceed the limit. It is not the case since I have changed to "12bPilot_SODE_Custom_Jetway. It disappear too after the parking is selected.
Here is some part of the code. The GATE_A is working fine and this is the example of GATE_A 3 and the GATE_B 3.
The fault should be in ADE file? or somewhere else. Very frunstrating.
<Stand AfcadICAO="WMKK" AfcadGateName="GATE_A" AfcadParkingNumber="3" CustomDesignator="KLIA1 A;03">
<!-- Jetways -->
<SimObject Name="Gate A3 Jetway">
<Placement Lat="2.75188654749549" Lon="101.703523044229" Alt="0#AGL" Hdg="145.917"/>
<Model SimTitle="KLIA1_JetwayShort_SODE_2020" StaticSimTitle="KLIA1_JetwayShort_SODE_Static_2020">
<Jetway InitialState="85;50;70;30"/>
</Model>
</SimObject>
</Stand>
<Stand AfcadICAO="WMKK" AfcadGateName="GATE_B" AfcadParkingNumber="3" CustomDesignator="KLIA1 B;03">
<!-- Jetways -->
<SimObject Name="Gate B3 Jetway">
<Placement Lat="2.754340312856" Lon="101.707144587864" Alt="0#AGL" Hdg="145.917"/>
<Model SimTitle="KLIA1_JetwayShort_SODE_2020" StaticSimTitle="KLIA1_JetwayShort_SODE_Static_2020">
<Jetway InitialState="85;50;70;30"/>
</Model>
</SimObject>
</Stand>
</SODE>
I have placed jetway to the Gate_A and it works fine. I can see both static and animated SODE jetway. The I place the same XML code (same model just different coordinate), edit some of the code to be Gate_B. I can see the static jetway but once I select the parking by tab_s. The SODE jetway disappear. While all of the GATE_A are still functional and visible. What could be wrong? I have checked about drawcall batching if the polygons exceed the limit. It is not the case since I have changed to "12bPilot_SODE_Custom_Jetway. It disappear too after the parking is selected.
Here is some part of the code. The GATE_A is working fine and this is the example of GATE_A 3 and the GATE_B 3.
The fault should be in ADE file? or somewhere else. Very frunstrating.
<Stand AfcadICAO="WMKK" AfcadGateName="GATE_A" AfcadParkingNumber="3" CustomDesignator="KLIA1 A;03">
<!-- Jetways -->
<SimObject Name="Gate A3 Jetway">
<Placement Lat="2.75188654749549" Lon="101.703523044229" Alt="0#AGL" Hdg="145.917"/>
<Model SimTitle="KLIA1_JetwayShort_SODE_2020" StaticSimTitle="KLIA1_JetwayShort_SODE_Static_2020">
<Jetway InitialState="85;50;70;30"/>
</Model>
</SimObject>
</Stand>
<Stand AfcadICAO="WMKK" AfcadGateName="GATE_B" AfcadParkingNumber="3" CustomDesignator="KLIA1 B;03">
<!-- Jetways -->
<SimObject Name="Gate B3 Jetway">
<Placement Lat="2.754340312856" Lon="101.707144587864" Alt="0#AGL" Hdg="145.917"/>
<Model SimTitle="KLIA1_JetwayShort_SODE_2020" StaticSimTitle="KLIA1_JetwayShort_SODE_Static_2020">
<Jetway InitialState="85;50;70;30"/>
</Model>
</SimObject>
</Stand>
</SODE>