Arrow Line Layer

npm npm bundle size

Getting Started

NOTE

This plugin doesn't work without the main library v-mapboxgl (see the Getting Started)

yarn add @v-mapboxgl/plugin-arrow-line-layer

Then, in your main.js:

import Vue from 'vue';
import VMapboxGL from 'v-mapboxgl';
import VMapboxGLPluginArrowLineLayer from '@v-mapboxgl/plugin-arrow-line-layer';

Vue.use(VMapboxGL);
Vue.use(VMapboxGLPluginArrowLineLayer);