diff --git a/defaults.xml b/defaults.xml
index 075847f4f..c46b02825 100644
--- a/defaults.xml
+++ b/defaults.xml
@@ -770,6 +770,22 @@ Started September 2000 by David Megginson, david@megginson.com
false
default
+
true
diff --git a/gui/dialogs/map.xml b/gui/dialogs/map.xml
index dba50b8c1..7c505ba65 100644
--- a/gui/dialogs/map.xml
+++ b/gui/dialogs/map.xml
@@ -25,7 +25,7 @@ command interface /autopilot/route-manager/input:
var mapDialog = cmdarg();
var setTransparency = func(updateDialog){
- var alpha = (getprop("/gui/map/transparent") or 0);
+ var alpha = (getprop("/sim/gui/map/transparent") or 0);
mapDialog.getNode("color/alpha").setValue(1-alpha*0.3);
# mhab commented out
#mapDialog.getNode("color/red").setValue(0.41-alpha*0.2);
@@ -87,7 +87,7 @@ command interface /autopilot/route-manager/input:
left
- /gui/map/draw-heliports
+ /sim/gui/map/draw-heliports
true
dialog-apply
@@ -100,7 +100,7 @@ command interface /autopilot/route-manager/input:
left
- /gui/map/draw-fixes
+ /sim/gui/map/draw-fixes
true
dialog-apply
@@ -113,7 +113,7 @@ command interface /autopilot/route-manager/input:
left
- /gui/map/draw-navaids
+ /sim/gui/map/draw-navaids
true
dialog-apply
@@ -132,7 +132,7 @@ command interface /autopilot/route-manager/input:
left
- /gui/map/draw-traffic
+ /sim/gui/map/draw-traffic
true
dialog-apply
@@ -152,7 +152,7 @@ command interface /autopilot/route-manager/input:
left
- /gui/map/draw-data
+ /sim/gui/map/draw-data
true
dialog-apply
@@ -165,7 +165,7 @@ command interface /autopilot/route-manager/input:
left
- /gui/map/draw-flight-history
+ /sim/gui/map/draw-flight-history
true
dialog-apply
@@ -183,7 +183,7 @@ command interface /autopilot/route-manager/input:
- /gui/map/magnetic-headings
+ /sim/gui/map/magnetic-headings
true
dialog-apply
@@ -196,7 +196,7 @@ command interface /autopilot/route-manager/input:
left
- /gui/map/centre-on-aircraft
+ /sim/gui/map/centre-on-aircraft
true
dialog-apply
@@ -209,7 +209,7 @@ command interface /autopilot/route-manager/input:
left
- /gui/map/aircraft-heading-up
+ /sim/gui/map/aircraft-heading-up
true
dialog-apply
@@ -225,7 +225,7 @@ command interface /autopilot/route-manager/input:
- /gui/map/transparent
+ /sim/gui/map/transparent
true
dialog-apply
@@ -242,7 +242,7 @@ command interface /autopilot/route-manager/input:
left
- /gui/map/key-pan
+ /sim/gui/map/key-pan
true
dialog-apply
@@ -278,7 +278,7 @@ command interface /autopilot/route-manager/input:
true
400
600
- /gui/map
+ /sim/gui/map
@@ -294,7 +294,7 @@ command interface /autopilot/route-manager/input:
property-adjust
- /gui/map/zoom
+ /sim/gui/map/zoom
0
-1
@@ -303,7 +303,7 @@ command interface /autopilot/route-manager/input:
Zoom %d
- /gui/map/zoom
+ /sim/gui/map/zoom
true
@@ -315,7 +315,7 @@ command interface /autopilot/route-manager/input:
property-adjust
- /gui/map/zoom
+ /sim/gui/map/zoom
1
12