bcdata 0.4.0
User-facing changes
- For WFS queries constructed using
bcdc_query_geodata()
, function calls infilter()
that need to be evaluated locally are no-longer auto-detected. They now need to be wrapped inlocal()
to force local evaluation before theCQL
query is constructed and sent to the WFS server. Please seevignette("local-filter")
for more information. This aligns with recommended usage patterns in otherdbplyr
backends (#304, PR #305).