Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a visible() and selectionAPI() functions to layers. #682

Merged
merged 3 commits into from
Apr 13, 2017

Commits on Mar 28, 2017

  1. Add a visible() function to layers.

    Note that, much like feature level visibility, you might need to call layer.draw() after making the layer visible to ensure an update.  For feature layers, visibility cascades down to individual features (which disables their interaction).
    manthey committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    e52cbf7 View commit details
    Browse the repository at this point in the history
  2. Add a layer selectionAPI property.

    The active property can now be changed.
    manthey committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    3dad631 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2017

  1. Configuration menu
    Copy the full SHA
    a3df5ce View commit details
    Browse the repository at this point in the history