phegman / vue-mapbox-gl

A Vue.js component for Mapbox GL JS
GNU General Public License v3.0
270 stars 33 forks source link

Pass navigation control options #54

Closed androidfanatic closed 5 years ago

androidfanatic commented 5 years ago

I needed to pass showCompass: false.

This PR enable that i.e passing navigation control options.

https://www.mapbox.com/mapbox-gl-js/api/#navigationcontrol

phegman commented 5 years ago

I am going to close this PR and open/merge a new one with your changes + a commit I made which basically builds the project for the demo and updates the demo dependencies so that your change works. Thanks for the contribution!

androidfanatic commented 5 years ago

@phegman Sure, thanks.