freebsd-ports/games/flightgear-atlas/pkg-message
Jean-Yves Lefort 384bf9f311 Add flightgear-atlas.
Atlas aims to produce and display high quality charts of the world for users of
FlightGear, an open source flight simulator. This is achieved through two main
parts: The map creator (simply called Map) and the Atlas viewer.

The map creator takes scenery data from FlightGear and transforms it into
beautiful map pictures that can be viewed with any bitmap image program that
you might have installed or with the Atlas viewing application.

The Atlas viewing application can be used for browsing your maps but can also
connect directly to FlightGear and display your aircrafts current location on a
so called moving map display.

WWW: http://atlas.sourceforge.net/
2005-09-16 20:22:10 +00:00

21 lines
623 B
Text

===============================================================================
Quick start:
Generate map images of your FlightGear sceneries (this will take from a
minute up to hours, depending on how much scenery you have installed):
Map --atlas=/path/to/images
Then, either:
View the map in standalone mode:
Atlas --path=/path/to/images
Run FlightGear and connect Atlas to it:
fgfs --nmea=socket,out,0.5,localhost,9999,udp &
Atlas --path=/path/to/images --udp=9999
See http://atlas.sourceforge.net/ for more details.
===============================================================================