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

`linear_scale_range` loads numbers as string into process graph #139

Closed jonathom closed 3 years ago

jonathom commented 3 years ago

When applying a linear_scale_range and setting the min/max values in the web editor, they are added as strings to the process graph code, although numeric is required.

m-mohr commented 3 years ago

Which back-end is that?

jonathom commented 3 years ago

tested with earthengine and VITO so far.

m-mohr commented 3 years ago

Thanks, I can confirm that. Will fix.

m-mohr commented 3 years ago

Fixed and deployed (clear your cache and make sure the version is 0.7.0-beta.3).