7 lines
169 B
Text
7 lines
169 B
Text
# See: http://wiki.flightgear.org/MapStructure
|
|
DotSym.makeinstance('NDB', {
|
|
parents: [SVGSymbol],
|
|
svg_path: "/gui/dialogs/images/ndb_symbol.svg",
|
|
#cacheable: 1,
|
|
});
|
|
|