SlideMarker plugin extension for vue2-leaflet package
npm install vue2-leaflet-slidemarker- 1.0.0 this version is the vue2-leaflet-movingmarker update
bashnp
npm install --save vue2-leaflet-slidemarker
`Demo
`bash
git clone https://github.com/pumelotea/vue2-leaflet-slidemarker.git
cd vue2-leaflet-slidemarker
yarn
yarn exampleor alternatively using npm
npm install
npm run example
`Then you should be able to navigate with your browser and see the demo in http://localhost:4000/
You can see the demo code in the file example.vue
Usage
$3
something like this
`html
v-for="driver in drivers"
:key="driver.uuid"
v-if="driver.location"
:lat-lng="getLocation(driver)"
:icon="getIcon(driver.uuid)"
@click="setCurrentDriver(driver)"
ref="driverMarker"
:duration="2000"
/>
`
$3
#### option 1
In the same template file, at