Skip to content

Opacity option not used #103

Description

@AugustinMortier

The opacity option does not consider the params input, in contrary to other options.
leaflet-velocity.js, l491

var OPACITY = 0.97;

should be

var OPACITY = params.opacity || 0.97;

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

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions