ropensci / osmdata

R package for downloading OpenStreetMap data
https://docs.ropensci.org/osmdata
314 stars 45 forks source link

Allow to chain add_osm_feature/s function calls #299

Closed jmaspons closed 1 year ago

jmaspons commented 1 year ago

Make add_osm_feature(s) do the proper AND and OR additions to the osm feature filters

Before the patch:

After:

Bonus: features parameter now is parsed using paste_features which allow to pass more than one value for each list item

jmaspons commented 1 year ago

Ready for review @mpadge

jmaspons commented 1 year ago

All green now, @mpadge

mpadge commented 1 year ago

Great, thanks @jmaspons :grinning: