You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the test "update Simple Property Value" tries to update a property with data type decimal, an empty value is inserted as the data type is not supported by the ETS.
The relevant method is #newPropertyValue in [1]. The data types string, datetime and double are considered but other data types are missing.
If the test "update Simple Property Value" tries to update a property with data type decimal, an empty value is inserted as the data type is not supported by the ETS.
The relevant method is #newPropertyValue in [1]. The data types string, datetime and double are considered but other data types are missing.
Example for generated request:
[1] https://github.com/opengeospatial/ets-wfs20/blob/b6aded3cfa402628a41ae33bf5d66d01ddcbf127/src/main/java/org/opengis/cite/iso19142/transaction/Update.java
The text was updated successfully, but these errors were encountered: