vue-mapbox
vue-mapbox copied to clipboard
Vuejs 2 components for interacting with mapbox-gl-js
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...
**Issue** When adding a marker using the [new slots api](https://vuejs.org/v2/guide/components-slots.html) the marker doesn't appear on the map. **Solution** It appears the Marker.vue UI component sets the marker in state using...
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
The docs specify a `bounds` prop here: https://soal.github.io/vue-mapbox/api/#bounds However, I am unable to get this prop working. After looking at the source code it looks like there is actually not...
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
I am using VueMapbox (0.4.1) to utilize Mapbox GL in a Vue project. ```html import Mapbox from 'mapbox-gl' import { MglMap, MglMarker } from 'vue-mapbox' import * as MAP from...
Tried a lot but no chance to make the canvaslayer run. Does anyone had success?
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...
I want to show popup in custom place of map by click event. For this I write: ``` ``` and then set popups prop 'showed' to true, but popup don't...
What are the source IDs and layers supposed to be? Could really use some better examples of how this is to be implemented please.