diff --git a/x-pack/legacy/plugins/maps/public/connected_components/map/mb/view.js b/x-pack/legacy/plugins/maps/public/connected_components/map/mb/view.js index 18bd9a46595ac..d574abacf718b 100644 --- a/x-pack/legacy/plugins/maps/public/connected_components/map/mb/view.js +++ b/x-pack/legacy/plugins/maps/public/connected_components/map/mb/view.js @@ -115,13 +115,11 @@ export class MBMapContainer extends React.Component { } const options = { - zoomControl: false, attributionControl: false, container: this.refs.mapContainer, style: mbStyle, scrollZoom: this.props.scrollZoom, preserveDrawingBuffer: chrome.getInjected('preserveDrawingBuffer', false), - doubleClickZoom: !this.props.disableZoom, interactive: !this.props.disableInteractive, }; if (initialView) {