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

I would like to contribute to this package but I am struggling to setup my development environment locally. I have followed the 'Development' instructions in the Readme but have not...

using vue SPA when navigate to another page and then come back to the map page it throw an error "setRTLTextPlugin cannot be called multiple times"

Hope it's ok to post this here. As I was trying to use many of the features in the plugin I run into several issues and was able to solve...

Hi, I would like to support the listening of events on a specific layer, the ones you can catch with `"on(type, layerId, listener)"`. It works when we add a specific...

I can read the mapbox gl docs and figure out how to implement a heatmap layer, but how do we do it in vue-mapbox?

In dev Vue-CLI server all work. When I build my vue.js app with this plugin and deploy it on nginx, i get errors while loading something from mapbox's servers: `Access...

When map style is changed, layers are removed (even with `clearSource: false` option) and the new style loads without the previous layer. Geojson features do not display, despite their sources...

Since `mapbox-gl` already has version 1.4.x, there is a warning on every package install, even though the newer versions are supported. So I fixed the `package.json` to allow newer versions...

I'm having trouble making full screen working properly. When i click on the full screen icon, the browser gets into full screen mode but the map remains with the original...