Skip to content

Map.flyTo does not respect Pan options noMoveStart #5396

Closed
@smremde

Description

Map.flyTo does not respect Pan options noMoveStart

map.on('movestart', function () { console.log('should not be called') })
map.flyTo([1,1],16, {noStartMove: true})

when map is valid, console the event will be triggered and log to the console.

this._moveStart(true);
is the offending line, should check the options first.

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions