vue-mapbox icon indicating copy to clipboard operation
vue-mapbox copied to clipboard

Vuejs 2 components for interacting with mapbox-gl-js

Results 105 vue-mapbox issues
Sort by recently updated
recently updated
newest added

Hi, How to add custom control? I can't find the .addControl Thanks

I ran `npm audit fix`, rebuilt the library, and upgraded `caniuse` and `browserlist`, as prompted by the build process.

The map has 0 height. The 100% height is the element css but I have to manually set a px value for the map to show up... ![image](https://user-images.githubusercontent.com/15055071/58303049-1d866900-7da3-11e9-9474-c33cf53371d6.png) ![image](https://user-images.githubusercontent.com/15055071/58303059-2c6d1b80-7da3-11e9-93bb-092441aef883.png)

I can’t figure out how to load a geojson file with an array of multiple features as featurecollection. Maybe it can’t do it?

I tried putting 10,000 coordinates into array and loop through it like this. `` It looks like performance is so horrible for 10,000 that it really almost tries to crash...

onMapLoaded(event){ this.mapbox = event.map } then when try to do zoom-in zoom-out map get destroyed

I have a component that adds multiple layers, but when that component is destroyed, only the first layer is correctly removed. This is because here https://github.com/soal/vue-mapbox/blob/3d27e6cb35788e16644fd68298ff85b643102f29/src/components/layer/layerMixin.js#L130-L131 the check on `this.map.loaded()`...

How can I use `vue-mapbox` with self-hosted MapBox GL tile server? I cannot find any info except I should omit `accessToken` prop.

I have a v-for loop for my markers that loops through a computed property visibleMarkers. Then on zoom (via v-on:zoomend="zoomhandler"), I want to change the visibleMarkers array to show some...

we are using babel preset env to compile, however the vue-mapbox issue of the spread operator is causing issues with edge and ie 11. this file: /node_modules/vue-mapbox/src/lib/withEvents.js ``` export default...