eblondel / ows4R

R Interface for OGC Web-Services (OWS)
https://eblondel.github.io/ows4R/
Other
36 stars 8 forks source link

Make feature validation as arg, and default to TRUE for backward compatibility #128

Closed eblondel closed 2 months ago

eblondel commented 2 months ago

Backward compatibility was broken with #124 where validation of features is not performed on JSON and CSV format. To keep this backward compatibility, a validate will be introduced in the getFeatures method, and will be set to TRUE by default.