soal / vue-mapbox

Vuejs 2 components for interacting with mapbox-gl-js
https://soal.github.io/vue-mapbox
MIT License
474 stars 147 forks source link

add cooperativeGestures option #258

Open RoduanKD opened 2 years ago

RoduanKD commented 2 years ago

Peace be upon you guys! I hope you're doing well. I've added support to cooperative gestures, enabling zoom scrolling only when holding ctrl/command key. sample usage:

<mgl-map
    id="map"
    :access-token="accessToken"
    :map-style="style"
    :cooperative-gestures="true"
    @load="onMapLoad"
/>

screenshot:

image

incase someone needed this feature before this pull is merged you can use it by installing the package from this pull request directly: npm i soal/vue-mapbox#pull/258/head

have a nice day. thanks