svelte-mapbox
svelte-mapbox copied to clipboard
MapBox Map and Autocomplete components for Svelte (or Vanilla JS)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
I'm using default mapbox markers on up to 200 markers, so there are a bunch of ugly empty divs on the mapbox-map container
Needed a way to change the markers offset dynamically – this works for me.
how to offline map
So I finally have a simple map going (yay!) -- but I am using SvelteKit -- and it has TypeScript on by default (or at least this project does) --...
I am currently adding markers to the map like this: (I have custom Marker Icons and popup code, this example is simplified). ` {#if markers} {#each markers as m} {/each}...
I'm on Sapper 0.29.2 where I've worked on a map over the last few days using the following code where `on:ready` fired as expected: ```html console.log('inline ready event...') } on:dragend={...
If I have a page displaying the map and add the following code it breaks. ```js import { session } from '$app/stores'; import { browser } from '$app/env'; if (browser)...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.4.3 to 2.9.15. Release notes Sourced from vite's releases. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to...
With the new Svelte 4 release, trying to build my SvelteKit project fails due to the `peer svelte@"^3.0.0"` dependency in Svelte-mapbox. Just messing with it in dev, I don't have...