Skip to content

Interaction of layer 'visible' flag with sublayers is unspecified #198

@matteblair

Description

@matteblair

https://github.com/tangrams/tangram-docs/blob/gh-pages/pages/layers.md

Example:

layers:
  parent-layer:
    visible: false
    child-layer:
      visible: true
      draw:
        polygons:
          order: 1
          color: blue

Is child-layer drawn? The current documentation is ambiguous on this, and we've recently discovered that tangram-js and tangram-es resolve this differently: tangrams/walkabout-style#154

cc @bcamper @nvkelso @meetar

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions