Skip to content

minZoom / maxZoom issue #110

@ndelacour

Description

@ndelacour

There is a little issue using the min/max zoom, due to a coding error in the following lines:
maxZoom: this.props.maxZoom,
minZoom: this.props.maxZoom,
(file index.js, lines 144/145)

Line 145 , needs to be changed in:
minZoom: this.props.minZoom,

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