Open-EO / openeo-web-editor

An interactive and easy to use web-based editor for the OpenEO API.
https://editor.openeo.org
Apache License 2.0
12 stars 17 forks source link

Empty Lines trigger `NaN`, not changeable #151

Closed jonathom closed 3 years ago

jonathom commented 3 years ago

Screenshot from 2021-06-15 21-04-19

When editing processes like apply_kernel (property kernel), adding and deleting a number in the value field leads to NaN being shown in the value field. It cannot be removed anymore, nor can any number be added. The same applies for apply_neighborhood (property size as seen above), although only when setting type to number, and deleting the 0 displayed in the value field. These are the processes for which I discovered this so far, there are probably more where numbers are added in arrays.

m-mohr commented 3 years ago

Thanks. Just to make sure, is it the VITO back-end?

jonathom commented 3 years ago

It is VITO backend, but I tested with EURAC (apply_kernel) as well and same result there.

m-mohr commented 3 years ago

I've deployed a hot-fix in v0.7.6, could you try whether it works for you? Haven't had a chance to do a lot of testing. Make sure it's loading v0.7.6 and not an old version from the cache.

jonathom commented 3 years ago

Works for me :+1:, nice!