20,741
edits
No edit summary |
|||
| Line 31: | Line 31: | ||
== Adding support for new Layer Types == | == Adding support for new Layer Types == | ||
Required: | |||
* callback to draw a single layer element (aircraft, waypoint, navaid, runway) | |||
* A new class (Nasal hash) that derives from the "Layer" class and implements its interface | |||
* A "data source" (provide) hash that provides the data to be rendered | |||