Skip to content

v0.1.2

Compare
Choose a tag to compare
@spwoodcock spwoodcock released this 09 Oct 16:45
· 203 commits to main since this release

Handle both yamlfile syntaxes:

where:
  tags:
    - join_or:
        - { building: yes, amenity: not null }
    - join_and:
        - { building:material: wood, roof:material: metal }

and

where:
  tags:
    - { building: yes, amenity: not null }
    - join_and:
        - { building:material: wood, roof:material: metal }

This is more flexible. Defaults to join_or in the code.