Skip to content

Multiple sublayers, same properties #9

@systemed

Description

@systemed

It would be good to have an equivalent of the CSS comma operator, so we can do

on(14..15, (urban<3) & type.in(TOURISM_POIS)) |
on(15..22, type.in(TOURISM_POIS)) {
	# ... styles ...
}

or maybe just

on([14..15, (urban<3) & type.in(TOURISM_POIS)],
   [15..22, type.in(TOURISM_POIS)]) {
	# ... styles ...
}

or something like that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions