From d24435832087da5751748e411333a6d14dce848a Mon Sep 17 00:00:00 2001 From: Stuart Buchanan Date: Tue, 30 Jan 2018 21:00:01 +0000 Subject: [PATCH] Fix COM toggle and increase map coverage to MFD. --- Aircraft/Instruments-3d/FG1000/Nasal/gui.nas | 2 ++ Nasal/canvas/MapStructure.nas | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Aircraft/Instruments-3d/FG1000/Nasal/gui.nas b/Aircraft/Instruments-3d/FG1000/Nasal/gui.nas index 7c950a7ce..37dc0182f 100644 --- a/Aircraft/Instruments-3d/FG1000/Nasal/gui.nas +++ b/Aircraft/Instruments-3d/FG1000/Nasal/gui.nas @@ -36,6 +36,8 @@ var MFDGUI = { notification: fg1000.FASCIA.COM_VOL_TOGGLE, shift: 0, value: 1, top_left: [1290, 45], bottom_right: [1340, 90] }, { notification: fg1000.FASCIA.COM_FREQ_TRANSFER, shift: 0, value: 1, top_left: [1250, 100], bottom_right: [1300, 140] }, { notification: fg1000.FASCIA.COM_FREQ_TRANSFER_HOLD, shift: 1, value: 1, top_left: [1250, 100], bottom_right: [1300, 140] }, + { notification: fg1000.FASCIA.COM_TOGGLE, shift: 0, value: 1, top_left: [1275, 170], bottom_right: [1355, 245] }, + { notification: fg1000.FASCIA.CRS_CENTER, shift: 0, value: 1, top_left: [1275, 331], bottom_right: [1355, 410] }, { notification: fg1000.FASCIA.JOYSTICK_PRESS, shift: 0, value: 1, top_left: [1295, 500], bottom_right: [1345, 550] }, diff --git a/Nasal/canvas/MapStructure.nas b/Nasal/canvas/MapStructure.nas index 55acf899e..f1102d395 100644 --- a/Nasal/canvas/MapStructure.nas +++ b/Nasal/canvas/MapStructure.nas @@ -1283,7 +1283,7 @@ var TileLayer = { group: group.createChild("group", me.type), maps_base: "", controller: controller, - num_tiles: [5,5], + num_tiles: [9,9], makeURL: nil, makePath: nil, center_tile_offset : [],