Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade deck.gl dependency to 9.0 #187

Open
dimfeld opened this issue Aug 6, 2024 · 1 comment · May be fixed by #214
Open

Upgrade deck.gl dependency to 9.0 #187

dimfeld opened this issue Aug 6, 2024 · 1 comment · May be fixed by #214
Milestone

Comments

@dimfeld
Copy link
Owner

dimfeld commented Aug 6, 2024

deck.gl 8.9 and above have ESM/CJS interop issues when included on the server. This isn't something you need to do but it's convenient to be able to directly import stuff from just the deck.gl.layers package, which worked in 8.8.

deck.gl 9.0 is an ES Module so should not have these issues.

Ideally I can change the dep to "^8.8 || ^9" but need to test if version 9 works first. If incompatible changes are required then this will require switching the dep here to "^9" and doing a major version bump of svelte-maplibre.

@dimfeld
Copy link
Owner Author

dimfeld commented Nov 12, 2024

The Maplibre support in version 9 is totally different. I’m going to see if I can support both versions at once with two separate components, but I’m not quite sure yet.

@dimfeld dimfeld linked a pull request Nov 15, 2024 that will close this issue
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant