Sha256: f7569b0d51837154a6a3d4f9d6f5eecf208fe4e8e055dde1c192322145b2eddd
Contents?: true
Size: 500 Bytes
Versions: 13
Compression:
Stored size: 500 Bytes
Contents
#!/usr/bin/env ruby ################################################## # Flightgear Mapping # # Provide a real-time map of flight position in Flightgear. It is based on tiles from Openstreetmap, # downloads them in the background, provides navigation aids and runways, allows setting of waypoints # and tracks the flight. # # License # GPL V2 # # Author Michael Meltner (mmeltner@gmail.com) ################################################## Dir.chdir(File.dirname(__FILE__)) load "waypoint.rb"
Version data entries
13 entries across 8 versions & 1 rubygems