diff --git a/src/MissionManager/MavCmdInfoCommon.json b/src/MissionManager/MavCmdInfoCommon.json index 74f83dde495ccf32db0db661ddadecba877c1e8c..2f654c9ea74abf84bfb7616eda7814be250b9f4f 100644 --- a/src/MissionManager/MavCmdInfoCommon.json +++ b/src/MissionManager/MavCmdInfoCommon.json @@ -542,8 +542,19 @@ "friendlyName": "Land start", "description": "Marker to indicate start of landing sequence.", "specifiesCoordinate": true, + "standaloneCoordinate": true, "friendlyEdit": true, - "category": "Basic" + "category": "Basic", + "param5": { + "label": "Lat:", + "default": 0, + "decimalPlaces": 7 + }, + "param6": { + "label": "Lon:", + "default": 0, + "decimalPlaces": 7 + } }, { "id": 190, "rawName": "MAV_CMD_DO_RALLY_LAND", "friendlyName": "MAV_CMD_DO_RALLY_LAND" }, { "id": 191, "rawName": "MAV_CMD_DO_GO_AROUND", "friendlyName": "MAV_CMD_DO_GO_AROUND" },