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
To optimize the WFS getFeatures, two internal properties are added:
read_features: required for objects that are not already sf objects, most of the cases, with the exception of CSV output formats for which geometry is empty. In this case, we return immediatly the data as tibble
validate_features: true for GML WFS default output formats. For JSON and CSV however, we do not need to coerce again data, so it will be set to TRUE.
The text was updated successfully, but these errors were encountered:
To optimize the WFS getFeatures, two internal properties are added:
read_features
: required for objects that are not already sf objects, most of the cases, with the exception of CSV output formats for which geometry is empty. In this case, we return immediatly the data as tibblevalidate_features
: true for GML WFS default output formats. For JSON and CSV however, we do not need to coerce again data, so it will be set to TRUE.The text was updated successfully, but these errors were encountered: