I add a listener to a button
L.DomEvent .addListener(selectList, 'click', L.DomEvent.stopPropagation) .addListener(selectList, 'click', L.DomEvent.preventDefault) .addListener(selectList, 'click', this._onMarkerChange); And then I want to move map by panto function...