mapcentia / vidi

Vidi – a modern take on browser GIS. It is the front-end client for GC2.
https://www.osgeo.org/projects/gc2-vidi/
GNU Affero General Public License v3.0
44 stars 24 forks source link

Error in editor validation if column is set to decimal #299

Closed giovanniborella closed 1 week ago

giovanniborella commented 3 weeks ago

if a column is set to decimal in gc2-admin, the editor will not allow you to edit a feature - unless the value is changed. the fields are evaulated as 'numeric' type. that type if not in the transform switch-statement - and validation fails, forcing the user to alter the field value in the editor.

we have fixed it locally in this commit: 3d1b6c3b90371b8ba8d81880690cf74abb3e79c4

giovanniborella commented 1 week ago

fixed in master