Closed ciscorn closed 1 month ago
Latest commit: 06f63bde77651e101e0f6aceefce62689a22ac2d
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
@ciscorn is attempting to deploy a commit to the Daniel Imfeld's projects Team on Vercel.
A member of the Team first needs to authorize it.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
svelte-maplibre | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 3, 2024 8:03am |
Thanks! Published in v0.9.14
When both the MapLibre's
style
and Layer properties are modified almost simultaneously, the following error occurs:This PR modifies the code to check
map.style._loaded
, and if the style is loading, it delays thesetLayoutProperty
andsetPaintProperty
.