Land/Sea Mask operator is not working when using a vector with some space in the name
Description
When the vector selected by the user contains an space, an error is produced: Incomplete expression.
It is caused because the expression created by the operator should contain quotes. Currently, it is: String expression = geometry + " ? " + srcBand.getName() + ".raw : " + srcBand.getNoDataValue();
When the vector selected by the user contains an space, an error is produced: Incomplete expression.
It is caused because the expression created by the operator should contain quotes. Currently, it is:
String expression = geometry + " ? " + srcBand.getName() + ".raw : " + srcBand.getNoDataValue();