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

The code block using the controls in `controls.md` had the same `MglNavigationControl` and `MglGeolocateControl` declared twice. There was also a small typo on the word element.

I'm trying to add a GeoJson source and a symbol layer with some layout properties. The source and layer are added, but the layout options are not implemented. ``` map.addSource('newSource',...

Hello guys, someone here has a minimal sample of you to use the MglGeojsonLayer? The sample provided at [MglGeojsonLayer](https://soal.github.io/vue-mapbox/guide/layers&sources.html#adding-layers) it's incomplete .the `geoJsonSource` and `geoJsonLayer` data properties are missing and...

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

gridsome build error with vue-mapbox Could not generate HTML for "/": ReferenceError: HTMLElement is not defined at Object.Pz1X (node_modules/vue-mapbox/src/components/map/options.js:3:0) at __webpack_require__ (webpack/bootstrap:25:0) at Module.iyQ6 (assets/js/page--src--pages--index-vue.f7f39d56.js:89:12) at __webpack_require__ (webpack/bootstrap:25:0)

when a Marker prop `color` is changed the color doesn't change and looking at the data `marker._color` does not change...

Hey guys, First of all, thank you for that great library! The code you provide on your front page is full of typos + literally nothing works. Would be nice...

Hi, I did a project with `vue-mapbox` a while ago and used `webpack` to compile the files. I though I will give `Parcel` a go for my new project, but...

I'm not sure if this issue is more with Mapbox it's self or the Vue implementation but any help would be appreciated. I have a map rendering markers from an...