aboutsummaryrefslogtreecommitdiff
path: root/src/SetPointPage.qml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/SetPointPage.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SetPointPage.qml b/src/SetPointPage.qml
index 234edf0..9501db4 100644
--- a/src/SetPointPage.qml
+++ b/src/SetPointPage.qml
@@ -12,7 +12,7 @@ Item {
ConfigurationValue {
id: waypointList
key: "/map/waypointList"
- defaultValue: ""
+ defaultValue: "[]"
Component.onCompleted: {
var waypointArray = JSON.parse(waypointList.value)
if (editMode) {