rochaporto / ezgliding

Website and software for analyzing, visualizing and planning gliding flights
GNU General Public License v3.0
5 stars 2 forks source link

refactor airfield and waypoint code to match new airspace structure #31

Closed rochaporto closed 9 years ago

rochaporto commented 9 years ago

Refactor the code in both airfield and waypoint information to match the new code structure in airspace. Package should own a struct which exports the required methods. The struct implements common.Plugin, which for now only has an Init() method.