Skip to content

How to avoid layer name repetition? #21

Description

@j4yk

Once we have that layer("LayerName") "accessor", we would still have to write
let LayerName = layer("LayerName") to have a variable called LayerName for use with withLayers. Otherwise you would have to write withLayers([layer("LayerName")], ...), which is both wordy and typo-prone (if you type withLayers([layer("LayerNaem"], ...) a new layer would be created).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions