... | ... |
@@ -35,12 +35,12 @@ var mapClass = { |
35 | 35 |
|
36 | 36 |
m.layers = {}; |
37 | 37 |
m.layers.tiles = MapTiles.new(m.device, m.group); |
38 |
- if (m.device.role == 'MFD') |
|
39 |
- m.layers.topo = MapTopo.new(m.device, m.group); |
|
40 | 38 |
m.layers.route = MapRoute.new(m.device, m.group); |
41 | 39 |
m.layers.navaids = MapNavaids.new(m.device, m.group); |
42 |
- if (m.device.role == 'MFD') |
|
40 |
+ if (m.device.role == 'MFD') { |
|
43 | 41 |
m.layers.tcas = MapTcas.new(m.device, m.group); |
42 |
+ m.layers.topo = MapTopo.new(m.device, m.group); |
|
43 |
+ } |
|
44 | 44 |
|
45 | 45 |
m.mapOrientation = m.device.display.display.createGroup('MapOrientation') |
46 | 46 |
.setVisible(m.visibility); |