Skip to content

bad assumption of buffer #12910

Description

@whatisgalen

In this section of map-filter.js the code is trying to access a variable buffer inside an if block checking for feature.properties.inverted however buffer is defined as a var in the if block above it, so there's a condition in which buffer is undefined and trying to access buffer.width would yield a Javascript TyperError

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type: BugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions