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
By default, an skipXmlComments will be set to TRUE for any OWS HTTP request. This will be applied to remove eventual comments on the service XML response, now done systematically by default on XML requests.
In the case of WFS, for large data requests, this can be a bottleneck resulting in vector memory allocation errors, as spotted out in EMODnet/emodnet.wfs#164 This small enhancement will set skipXmlComments to FALSE for the WFS GetFeatures, likely not to contain XML comments, as we could find in ISO metadata for example.
The text was updated successfully, but these errors were encountered:
By default, an
skipXmlComments
will be set toTRUE
for any OWS HTTP request. This will be applied to remove eventual comments on the service XML response, now done systematically by default on XML requests.In the case of WFS, for large data requests, this can be a bottleneck resulting in vector memory allocation errors, as spotted out in EMODnet/emodnet.wfs#164 This small enhancement will set
skipXmlComments
toFALSE
for the WFS GetFeatures, likely not to contain XML comments, as we could find in ISO metadata for example.The text was updated successfully, but these errors were encountered: