vue-mapbox
vue-mapbox copied to clipboard
Vuejs 2 components for interacting with mapbox-gl-js
I used the examples in documentation to create new project. As you can see in the following gif when I zoom in, my map get corrupted without any exceptions or...
Does this library work with Vue3 or is there a version that does?
Hi @soal The last stable release of the package is three years ago, is that possible to make a release that includes the recent 3 years enhancements and features/bug fixes,...
MapBox has the example at: https://docs.mapbox.com/mapbox-gl-js/example/mapbox-gl-geocoder-no-map/ where the input is used without a map, is this in any way possible with this plugin?
https://soal.github.io/vue-mapbox/api/popup.html#events I think there is a misunderstanding on the api -> popup-> events section. In details at @open and @close description it seems the text refers to marker rather the...
Current coordinates props supports only array, but LngLat works also, but is not allowed by the type check: [Vue warn]: Invalid prop: type check failed for prop "coordinates". Expected Array,...
What is minimal working example attaching remote geojson file into the map? Tried this: ``` ``` But it fails with a lot of unclear errors TypeError: "this._sw is undefined" getWest...
I am having some confusion about the `layer` prop and how it ties into the component. I have a test geojson feature but I can't get it to add to...
Hi, after spending several hours debugging why am I not able to show the map even with base example from documentation I found out that even though class `mgl_map_wrapper` has...
The `setLight` proxy in the watchers had a typo as `setLigh()` - this PR fixes this typo.