FGAirports: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
No edit summary
No edit summary
(One intermediate revision by the same user not shown)
Line 5: Line 5:
| developedby            = Keith Paterson
| developedby            = Keith Paterson
| initialrelease        = 2020
| initialrelease        = 2020
| latestrelease          = [https://github.com/Portree-Kid/flightgear-airports/releases/tag/untagged-336c1b92f233350fa589 0.0.7 (28.04.2020)]
| latestrelease          = [https://github.com/Portree-Kid/flightgear-airports/releases/tag/0.0.8 0.0.8 (04.05.2020)]
| os                    = Windows, GNU/Linux, MacOS X
| os                    = Windows, GNU/Linux, MacOS X
| website                = https://github.com/Portree-Kid/flightgear-airports/wiki
| website                = https://github.com/Portree-Kid/flightgear-airports/wiki
Line 11: Line 11:
}}
}}


== Sidebar ==
Flightgear Airports is a (free) taxiway editor for FlightGear licensed under the GNU GPL. It is cross-platform, known to work on Windows but should work on all platforms supported by electron. The usage philosophy is not to be file centred, but airport centred.  
Flightgear Airports is a (free) taxiway editor for FlightGear licensed under the GNU GPL. It is cross-platform, known to work on Windows but should work on all platforms supported by electron. The usage philosophy is not to be file centred, but airport centred.  
=== Properties ===
Currently selected item can be edited here.
=== Parking List ===
Table of all parkings for easy editing.
=== Search ===
You can search for airports with ICAO or parts of the name. Only airports with flights are shown. If you want to view another one it will be added when you type the full ICAO.
=== Check result ===
=== Work in Progress ===
List of edited airports with the possibility to remove after upload.
== World view ==
When zoomed out you will see circles. Their size corresponds with the number of flights. Blue means Ok. Yellow too little parking. Red no groundnet.
== Setup ==
== Setup ==
Set directories in settings (bottom left)
# Set directories in settings (bottom left)
Start scans one after the other in sidebar with magnifying glass.
## Airports Directory - The directory with all/most airports. Must conform to Airports/A/B/C/ABCD.groundnet.xml form.
Search
## Flightgear Directory - Flightgear directory. apt.dat and traffic is read from here.
You can search for airports with ICAO or parts of the name. Only airports with flights are shown. If you want to view another one it will be added when you type the full ICAO.
## Test Directory - Work in progress can be copied here for test purpose.
World view
# Start scans one after the other in sidebar with sync icon.
When zoomed out you will see circles. Their size corresponds with the number of flights. Blue means Ok. Yellow to little parking. Red no groundnet.


== Overview ==
== Overview ==
Line 38: Line 50:
* Remove element, removes the currently selected element
* Remove element, removes the currently selected element
* Check triggers the groundnet check.
* Check triggers the groundnet check.
== ToDo / Wishlist ==
* Import from X-Plane Gateway


[[Category:Scenery software]]
[[Category:Scenery software]]
[[Category:AI Traffic]]
[[Category:AI Traffic]]

Revision as of 19:38, 4 May 2020

Flightgear Airports
Developed by Keith Paterson
Initial release 2020
Latest release 0.0.8 (04.05.2020)
OS Windows, GNU/Linux, MacOS X
License GNU General Public License
Website

Sidebar

Flightgear Airports is a (free) taxiway editor for FlightGear licensed under the GNU GPL. It is cross-platform, known to work on Windows but should work on all platforms supported by electron. The usage philosophy is not to be file centred, but airport centred.

Properties

Currently selected item can be edited here.

Parking List

Table of all parkings for easy editing.

Search

You can search for airports with ICAO or parts of the name. Only airports with flights are shown. If you want to view another one it will be added when you type the full ICAO.

Check result

Work in Progress

List of edited airports with the possibility to remove after upload.

World view

When zoomed out you will see circles. Their size corresponds with the number of flights. Blue means Ok. Yellow too little parking. Red no groundnet.

Setup

  1. Set directories in settings (bottom left)
    1. Airports Directory - The directory with all/most airports. Must conform to Airports/A/B/C/ABCD.groundnet.xml form.
    2. Flightgear Directory - Flightgear directory. apt.dat and traffic is read from here.
    3. Test Directory - Work in progress can be copied here for test purpose.
  2. Start scans one after the other in sidebar with sync icon.

Overview

FG Airports editing view


Edit Bar

Button with ICAO code opens the Airport data in the edit tab.

FG Airports Menu Bar
  • The top 4 buttons in the button bar are for zooming (+/-/details/large).
  • Upload sends the current airport to groundweb.
  • Edit switches into edit mode
  • Undo undos all changes or all changes during session
  • Save, saves the groundnet
  • Draw taxiline
  • Draw push
  • Add parking
  • Remove element, removes the currently selected element
  • Check triggers the groundnet check.

ToDo / Wishlist

  • Import from X-Plane Gateway