Basic Control
Getting Started
NOTE
This plugin doesn't work without the main library v-mapboxgl
(see the Getting Started)
yarn add @v-mapboxgl/plugin-basic-control
Then, in your main.js
:
import Vue from 'vue';
import VMapboxGL from 'v-mapboxgl';
import VMapboxGLPluginBasicControl from '@v-mapboxgl/plugin-basic-control';
Vue.use(VMapboxGL);
Vue.use(VMapboxGLPluginBasicControl);
← Draw Menu Control →