@ -296,7 +252,7 @@ This code will need to wait for Qml 5.5 support since Map.visibleRegion is only
@@ -296,7 +252,7 @@ This code will need to wait for Qml 5.5 support since Map.visibleRegion is only
@ -571,9 +527,9 @@ This code will need to wait for Qml 5.5 support since Map.visibleRegion is only
@@ -571,9 +527,9 @@ This code will need to wait for Qml 5.5 support since Map.visibleRegion is only
QGCLabel{
width:parent.width
wrapMode:Text.WordWrap
text:"To add a new home position, click in the Map to set the position. "+
text:"To add a new home position, click on the Map to set the position. "+
"Then give it a new name and click Add/Update. "+
"To change the current home position, click in the Map to set the new position. "+
"To change the current home position, click on the Map to set the new position. "+
"Then click Add/Update without changing the name."
}
@ -716,28 +672,18 @@ This code will need to wait for Qml 5.5 support since Map.visibleRegion is only
@@ -716,28 +672,18 @@ This code will need to wait for Qml 5.5 support since Map.visibleRegion is only
anchors.top:helpTitle.bottom
width:parent.width
wrapMode:Text.WordWrap
text:"In the upper right corner of the map you will see the Mission Planner tools:"
@ -747,30 +693,19 @@ This code will need to wait for Qml 5.5 support since Map.visibleRegion is only
@@ -747,30 +693,19 @@ This code will need to wait for Qml 5.5 support since Map.visibleRegion is only
anchors.right:parent.right
anchors.top:addMissionItemsHelpIcon.top
wrapMode:Text.WordWrap
text:"This is the Add Mission Items tool. "+
"Click it to turn on the ability to add mission items by clicking in the map. "+
"Click it again to turn it off."
text:"<b>Add Mission Items</b><br>"+
"When enabled, add mission items by clicking on the map."
@ -780,8 +715,8 @@ This code will need to wait for Qml 5.5 support since Map.visibleRegion is only
@@ -780,8 +715,8 @@ This code will need to wait for Qml 5.5 support since Map.visibleRegion is only
anchors.right:parent.right
anchors.top:homePositionManagerHelpIcon.top
wrapMode:Text.WordWrap
text:"This is the Home Position Manager tool. "+
"This tool allows you to select/add/update home positions. "+
text:"<b>Home Position Manager</b><br>"+
"When enabled, allows you to select/add/update home positions. "+
"You can save multiple home position to represent multiple flying areas."
}
@ -803,8 +738,8 @@ This code will need to wait for Qml 5.5 support since Map.visibleRegion is only
@@ -803,8 +738,8 @@ This code will need to wait for Qml 5.5 support since Map.visibleRegion is only
anchors.right:parent.right
anchors.top:mapCenterHelpIcon.top
wrapMode:Text.WordWrap
text:"This is the Map Center tool. "+
"It will show a set of options which will center the map."
text:"<b>Map Center</b><br>"+
"Options for centering the map."
}
Image{
@ -815,7 +750,7 @@ This code will need to wait for Qml 5.5 support since Map.visibleRegion is only
@@ -815,7 +750,7 @@ This code will need to wait for Qml 5.5 support since Map.visibleRegion is only
fillMode:Image.PreserveAspectFit
mipmap:true
smooth:true
source:"/qmlimages/Sync.png"
source:"/qmlimages/MapSync.svg"
}
QGCLabel{
@ -825,8 +760,8 @@ This code will need to wait for Qml 5.5 support since Map.visibleRegion is only
@@ -825,8 +760,8 @@ This code will need to wait for Qml 5.5 support since Map.visibleRegion is only
anchors.right:parent.right
anchors.top:syncHelpIcon.top
wrapMode:Text.WordWrap
text:"This is the Sync tool. "+
"It will show a set of options for saving/loading mission items."
text:"<b>Sync</b><br>"+
"Options for saving/loading mission items."
}
Image{
@ -847,8 +782,8 @@ This code will need to wait for Qml 5.5 support since Map.visibleRegion is only
@@ -847,8 +782,8 @@ This code will need to wait for Qml 5.5 support since Map.visibleRegion is only
anchors.right:parent.right
anchors.top:mapTypeHelpIcon.top
wrapMode:Text.WordWrap
text:"This is the Map Type tool. "+
"It will show a set of options for selecting map types."