- Messages
- 10,057
- Country
-
Hey all,
Where in this code does it say to make the map show up for the runways? I am not seeing it...
Where in this code does it say to make the map show up for the runways? I am not seeing it...
Code:
// AIRPORT RUNWAYS PAGE INFO PAGE 2
<Element Name="Airport Runways Page">
<Visible>(@g:currentPageWPT) 1 == (@g:currentGroup) @kWPTPageGroup == and</Visible>
<Position X="205" Y="0"/>
<Image Name="AIRPORT_INFO_2.bmp"></Image>
</Element>
<Element Name="Airport Runways Page">
<Visible>(@g:currentPageWPT) 1 == (@g:currentGroup) @kWPTPageGroup == and</Visible>
<Position X="56" Y="0"/>
<Element>
<Element>
<Position X="10" Y="5"/>
<Text X="50" Y="20" Length="3" Font="Arial Black" FontSize="10" Adjust="Left" VerticalAdjust="Center" Color="0xF0D0D0"
Multiline="No" Bright="Yes">
<String>APT</String>
</Text>
</Element>
<!-- Airport Info Box -->
<Element>
<Position X="70" Y="5"/>
<Element>
<Position X="4" Y="1"/>
<FormattedText X="700" Y="374" Font="Arial Black" FontSize="24" LineSpacing="32" Adjust="Left" Color="0x00FF00"
Bright="Yes" Tabs="0,104,152,290,435">
<Image Name="Airport_Hard_NS.bmp"/>
<Image Name="Airport_Hard_NE_SW.bmp"/>
<Image Name="Airport_Hard_EW.bmp"/>
<Image Name="Airport_Hard_NW_SE.bmp"/>
<Image Name="Airport_Soft.bmp"/>
<Image Name="Anchor.bmp"/>
<Image Name="Helipad.bmp"/>
<Image Name="Private_Airfield.bmp"/>
<BlinkCode>@BlinkerCode</BlinkCode>
<String>
@AirportInfoBox
</String>
</FormattedText>
</Element>
</Element>
<Element>
<Position X="195" Y="30"/>
<Text X="60" Y="10" Length="10" Font="Arial Black" FontSize="10" VerticalAdjust="Center" Color="Cyan" Multiline="No" Bright="Yes">
<String>RUNWAY</String>
</Text>
</Element>
<Element>
<Position X="195" Y="43"/>
<Element>
<Position X="2" Y="2"/>
<FormattedText X="700" Y="374" Font="Arial Black" FontSize="24" LineSpacing="32" Adjust="Left" Color="0x00FF00"
Bright="Yes" Tabs="0,104,152,290,435">
<BlinkCode>@BlinkerCode</BlinkCode>
<String>
%((@g:currentAirportRunway) (>@c:WaypointAirportCurrentRunway))
%((@g:blinkingField) 2 ==)%{if}\{blnk}%{end}%((@c:WaypointAirportRunwayDesignation))%!s!\{nr}
</String>
</FormattedText>
</Element>
</Element>
<Element>
<Position X="195" Y="67"/>
<Text X="60" Y="10" Length="10" Font="Arial Black" FontSize="10" VerticalAdjust="Center" Color="Cyan" Multiline="No" Bright="Yes">
<String>INFO</String>
</Text>
</Element>
<Element>
<Position X="195" Y="80"/>
<Element>
<Position X="2" Y="2"/>
<FormattedText X="700" Y="374" Font="Arial Black" FontSize="24" LineSpacing="32" Adjust="Left" Color="0x00FF00"
Bright="Yes" Tabs="0,104,152,290,435">
<String>
\{ladj=L}%((@c:WaypointAirportRunwayLength, feet))%!d!\{dpl=ft}\n
\{ladj=R}x %((@c:WaypointAirportRunwayWidth, feet))%!d!\{dpl=ft}\n
</String>
</FormattedText>
</Element>
</Element>
<Element>
<Position X="195" Y="124"/>
<Element>
<Position X="2" Y="2"/>
<FormattedText X="700" Y="374" Font="Arial Black" FontSize="24" LineSpacing="32" Adjust="Left" Color="0x00FF00"
Bright="Yes" Tabs="0,104,152,290,435">
<String>
\{ladj=L}%((@c:WaypointAirportRunwaySurface))%{case}%{:1}Concrete%{:2}Asphalt%{:101}Grass
%{:102}Turf%{:103}Dirt%{:104}Coral
%{:105}Gravel%{:106}Oil%{:107}Steel%{:108}Bituminus%{:109}Brick%{:110}
Macadam%{:111}Planks%{:112}Sand%{:113}Shale%{:114}Tarmac%{:115}Snow%{:116}Ice%{:201}Water%{end}\n
\{ladj=R}Surface\n
</String>
</FormattedText>
</Element>
</Element>
<Element>
<Position X="195" Y="168"/>
<Rectangle Width="75" Height="40" LineWidth="1" Color="Cyan" FillColor="Black" Bright="Yes"/>
<Element>
<Position X="2" Y="2"/>
<FormattedText X="700" Y="374" Font="Arial Black" FontSize="24" LineSpacing="32" Adjust="Left" Color="0x00FF00"
Bright="Yes" Tabs="0,104,152,290,435">
<String>
%((@c:WaypointAirportRunwayLighting))%{case}%{:1}No Lights%{:2}Part Time%{:3}Full Time%{:4}
Frequency%{end}
</String>
</FormattedText>
</Element>
</Element>
</Element>
</Element>