From 4f754125c951f11557d68383a7e3a0f3cdf2719f Mon Sep 17 00:00:00 2001 From: Lyn Elisa Goltz Date: Thu, 30 Nov 2023 12:58:14 +0100 Subject: [PATCH] #1548 - enhanced documentation, added hint not mixing gml versions in blob mode --- .../src/main/asciidoc/featurestores.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deegree-services/deegree-webservices-handbook/src/main/asciidoc/featurestores.adoc b/deegree-services/deegree-webservices-handbook/src/main/asciidoc/featurestores.adoc index 000371bf99..ca19fbf0a4 100644 --- a/deegree-services/deegree-webservices-handbook/src/main/asciidoc/featurestores.adoc +++ b/deegree-services/deegree-webservices-handbook/src/main/asciidoc/featurestores.adoc @@ -1653,6 +1653,8 @@ NOTE: In BLOB mode, only spatial and feature id queries can be mapped to SQL WHERE-constraints. All other kinds of filter conditions are performed in memory. See <> for more information. +IMPORTANT: It is not recommended to mix GML versions in BLOB mode: The GML versions supported by WFS should be limited to the GML version of the features in the FeatureStore. Currently it cannot be ensured, that geometries transformed to another GML version are valid against the schema. + ==== Transactions and feature id generation The mapping defined by a __ element generally