#4819 Add option to exclude undefined values from contour map export.

This commit is contained in:
Kristian Bendiksen
2019-10-21 21:25:04 +02:00
parent 8e076b3acb
commit 174248087d
6 changed files with 46 additions and 18 deletions

View File

@@ -319,7 +319,8 @@ message ExportContourMapToTextRequest
string exportFileName = 1;
bool exportLocalCoordinates = 2;
string undefinedValueLabel = 3;
int32 viewId = 4;
bool excludeUndefinedValues = 4;
int32 viewId = 5;
}
/* CommandParams handles both command name and parameters in one.