Closed metzm closed 1 year ago
Hi @metzm,
on the VITO back-end I can't reproduce this, but on the mundialis back-end I can. The issue is that the mundialis back-end returns another schema for the replacement value ({ "subtype": "string", "type": "object" }
), which is different from the original schema and the schema you posted here. Not sure where the other schema comes from, but it's wrong and must be fixed on the back-end side, the editor handles the object correctly.
PS: The schemas that you've posted are equivalent.
With the web editor it is possible to define a
?number|boolean|string|null replacement = null
value for the mask_polygon process as"replacement": 10
or"replacement": false
or"replacement": null
.It seems that in mask_polygon
needs to be replaced with
as in mask
Update The same issue applies to the mask process in the web editor.