soal / vue-mapbox

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

Add feature support locale and cooperativeGestures options #265

Open jeremydumaye opened 1 year ago

jeremydumaye commented 1 year ago

Hi !

I add new options for the Vue Mapbox ! Options for supporting cooperativeGestures and locale settings

Usage example :

<MglMap
    :access-token="accessToken"
    :map-style.sync="style"
    :cooperative-gestures="true"
    :locale="locale"
    @load="onMapLoad"
/>

If you want to use this new feature before the pull request acceptation, install Vue mapbox plugin with this command : npm i soal/vue-mapbox#pull/265/head