- Messages
- 6
Hi to all!
I'm trying fix default UMMS airport.
So what I knew about default airport. Information about that airport contained in the follow files:
ap955120.bgl - contain data for UMMM, UMLI and UMMS airport
ob9eure0.bgl - contain data for objects.. I dont knew about all areas, but objects of the UMMS area included in this file
nv9eure0.bgl - contain navigation data (NDB, VOR, Intersections and Airways).
I want change ap955120.bgl for example. And first problem what I have - Taxiway Signs... How I can make same file for Taxiway Signs only?
I trying to create bgl but getting errors after try comilling with bglcomp.exe...
Tell me please where not correct data in the my xml?
<?xml version="1.0" encoding="ISO-8859-1"?>
<FSData
version="9.0"
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:noNamespaceSchemaLocation="bglcomp.xsd" >
<TaxiwaySign
lat="53.872069"
lon="28.051199"
heading="48.00"
size="SIZE3"
justification="RIGHT"
label="dL<"
</TaxiwaySign>
</FSData>
I'm trying fix default UMMS airport.
So what I knew about default airport. Information about that airport contained in the follow files:
ap955120.bgl - contain data for UMMM, UMLI and UMMS airport
ob9eure0.bgl - contain data for objects.. I dont knew about all areas, but objects of the UMMS area included in this file
nv9eure0.bgl - contain navigation data (NDB, VOR, Intersections and Airways).
I want change ap955120.bgl for example. And first problem what I have - Taxiway Signs... How I can make same file for Taxiway Signs only?
I trying to create bgl but getting errors after try comilling with bglcomp.exe...
Tell me please where not correct data in the my xml?
<?xml version="1.0" encoding="ISO-8859-1"?>
<FSData
version="9.0"
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:noNamespaceSchemaLocation="bglcomp.xsd" >
<TaxiwaySign
lat="53.872069"
lon="28.051199"
heading="48.00"
size="SIZE3"
justification="RIGHT"
label="dL<"
</TaxiwaySign>
</FSData>
