-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from Navigraph/bundled-navigation-data
- Loading branch information
Showing
27 changed files
with
763 additions
and
196 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 11 additions & 11 deletions
22
examples/aircraft/NavigationDataInterfaceAircraftProject.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Version="2" Name="NavigationDataInterfaceAircraftProject" FolderName="Packages" PublishingGroupFolderName="PublishingGroupsContent" MetadataFolderName="PackagesMetadata" PublishingGroupMetadataFolderName="PublishingGroupsMetadata"> | ||
<OutputDirectory>.</OutputDirectory> | ||
<TemporaryOutputDirectory>_PackageInt</TemporaryOutputDirectory> | ||
<PublishingGroupTemporaryOutputDirectory>_PublishingGroupInt</PublishingGroupTemporaryOutputDirectory> | ||
<Packages> | ||
<Package>PackageDefinitions\navigraph-aircraft-navigation-data-interface-sample.xml</Package> | ||
</Packages> | ||
<PublishingGroups/> | ||
</Project> | ||
|
||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Version="2" Name="NavigationDataInterfaceAircraftProject" FolderName="Packages" PublishingGroupFolderName="PublishingGroupsContent" MetadataFolderName="PackagesMetadata" PublishingGroupMetadataFolderName="PublishingGroupsMetadata"> | ||
<OutputDirectory>.</OutputDirectory> | ||
<TemporaryOutputDirectory>_PackageInt</TemporaryOutputDirectory> | ||
<PublishingGroupTemporaryOutputDirectory>_PublishingGroupInt</PublishingGroupTemporaryOutputDirectory> | ||
<Packages> | ||
<Package>PackageDefinitions\navigraph-aircraft-navigation-data-interface-sample.xml</Package> | ||
</Packages> | ||
<PublishingGroups/> | ||
</Project> | ||
|
104 changes: 56 additions & 48 deletions
104
examples/aircraft/PackageDefinitions/navigraph-aircraft-navigation-data-interface-sample.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,56 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<AssetPackage Version="0.1.0"> | ||
<ItemSettings> | ||
<ContentType>AIRCRAFT</ContentType> | ||
<Title>Navigraph Navigation Data Interface Sample Aircraft</Title> | ||
<Manufacturer>My Manufacturer</Manufacturer> | ||
<Creator>Navigraph</Creator> | ||
</ItemSettings> | ||
<Flags> | ||
<VisibleInStore>true</VisibleInStore> | ||
<CanBeReferenced>true</CanBeReferenced> | ||
</Flags> | ||
<AssetGroups> | ||
<AssetGroup Name="ContentInfo"> | ||
<Type>Copy</Type> | ||
<Flags> | ||
<FSXCompatibility>false</FSXCompatibility> | ||
</Flags> | ||
<AssetDir>PackageDefinitions\navigraph-aircraft-navigation-data-interface-sample\ContentInfo\</AssetDir> | ||
<OutputDir>ContentInfo\navigraph-aircraft-navigation-data-interface-sample\</OutputDir> | ||
</AssetGroup> | ||
<AssetGroup Name="Data"> | ||
<Type>Copy</Type> | ||
<Flags> | ||
<FSXCompatibility>false</FSXCompatibility> | ||
</Flags> | ||
<AssetDir>PackageSources\Data\</AssetDir> | ||
<OutputDir>Data\</OutputDir> | ||
</AssetGroup> | ||
<AssetGroup Name="SimObject"> | ||
<Type>SimObject</Type> | ||
<Flags> | ||
<FSXCompatibility>false</FSXCompatibility> | ||
</Flags> | ||
<AssetDir>PackageSources\SimObjects\Airplanes\Navigraph_Navigation_Data_Interface_Aircraft\</AssetDir> | ||
<OutputDir>SimObjects\Airplanes\Navigraph_Navigation_Data_Interface_Aircraft\</OutputDir> | ||
</AssetGroup> | ||
<AssetGroup Name="html_ui"> | ||
<Type>Copy</Type> | ||
<Flags> | ||
<FSXCompatibility>false</FSXCompatibility> | ||
</Flags> | ||
<AssetDir>PackageSources\html_ui\</AssetDir> | ||
<OutputDir>html_ui\</OutputDir> | ||
</AssetGroup> | ||
</AssetGroups> | ||
</AssetPackage> | ||
|
||
<?xml version="1.0" encoding="utf-8"?> | ||
<AssetPackage Version="0.1.0"> | ||
<ItemSettings> | ||
<ContentType>AIRCRAFT</ContentType> | ||
<Title>Navigraph Navigation Data Interface Sample Aircraft</Title> | ||
<Manufacturer>My Manufacturer</Manufacturer> | ||
<Creator>Navigraph</Creator> | ||
</ItemSettings> | ||
<Flags> | ||
<VisibleInStore>true</VisibleInStore> | ||
<CanBeReferenced>true</CanBeReferenced> | ||
</Flags> | ||
<AssetGroups> | ||
<AssetGroup Name="ContentInfo"> | ||
<Type>Copy</Type> | ||
<Flags> | ||
<FSXCompatibility>false</FSXCompatibility> | ||
</Flags> | ||
<AssetDir>PackageDefinitions\navigraph-aircraft-navigation-data-interface-sample\ContentInfo\</AssetDir> | ||
<OutputDir>ContentInfo\navigraph-aircraft-navigation-data-interface-sample\</OutputDir> | ||
</AssetGroup> | ||
<AssetGroup Name="Data"> | ||
<Type>Copy</Type> | ||
<Flags> | ||
<FSXCompatibility>false</FSXCompatibility> | ||
</Flags> | ||
<AssetDir>PackageSources\Data\</AssetDir> | ||
<OutputDir>Data\</OutputDir> | ||
</AssetGroup> | ||
<AssetGroup Name="NavigationData"> | ||
<Type>Copy</Type> | ||
<Flags> | ||
<FSXCompatibility>false</FSXCompatibility> | ||
</Flags> | ||
<AssetDir>PackageSources\NavigationData\</AssetDir> | ||
<OutputDir>NavigationData\</OutputDir> | ||
</AssetGroup> | ||
<AssetGroup Name="SimObject"> | ||
<Type>SimObject</Type> | ||
<Flags> | ||
<FSXCompatibility>false</FSXCompatibility> | ||
</Flags> | ||
<AssetDir>PackageSources\SimObjects\Airplanes\Navigraph_Navigation_Data_Interface_Aircraft\</AssetDir> | ||
<OutputDir>SimObjects\Airplanes\Navigraph_Navigation_Data_Interface_Aircraft\</OutputDir> | ||
</AssetGroup> | ||
<AssetGroup Name="html_ui"> | ||
<Type>Copy</Type> | ||
<Flags> | ||
<FSXCompatibility>false</FSXCompatibility> | ||
</Flags> | ||
<AssetDir>PackageSources\html_ui\</AssetDir> | ||
<OutputDir>html_ui\</OutputDir> | ||
</AssetGroup> | ||
</AssetGroups> | ||
</AssetPackage> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"cycle":"2101","revision":"1","name":"Navigraph Avionics", "format": "dfd", "validityPeriod": "2021-01-25/2021-02-20"} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.