blob: 93e35c5c463fb22a3eb68bcae8417394a22eb914 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
===============================================================================
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.
===============================================================================
|