Skip to content

Opacity option not used #103

@AugustinMortier

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;

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