Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Provide shorthand for list of = filters without using regular expressions #464

@nebulon42

Description

@nebulon42

Instead of having to write e.g.

[type='motorway_link'],
[type='trunk_link'],
[type='primary_link'],
[type='secondary_link'],
[type='tertiary'],
[type='tertiary_link'],
[type='unclassified'],
[type='residential'],
[type='living_street'] {
...
}

allow writing e.g.

[type in 'motorway_link', 'trunk_link', 'primary_link', 'secondary_link',
'tertiary', 'tertiary_link', 'unclassified', 'residential', 'living_street'] {
...
}

Avoid regular expressions because of possible explosion of rules due to #213.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions