Skip to content

!(VectorTileSource): Add tiles prop, pass url to url parameter#336

Merged
awesomephant merged 10 commits intomainfrom
feat-333
Mar 5, 2026
Merged

!(VectorTileSource): Add tiles prop, pass url to url parameter#336
awesomephant merged 10 commits intomainfrom
feat-333

Conversation

@awesomephant
Copy link
Collaborator

@awesomephant awesomephant commented Mar 4, 2026

BREAKING: Correctly passes the url prop to the url parameter instead of throwing it into an array and passing it to tiles

  • Adds a tiles prop to retain support for bare tile URLs
  • Adds support for TileJSON with relative tile URLs
  • Refactors <WithLinkLocation> because it didn't work with Svelte's compilerOptions.experimental.async = true
  • Extends documentation

Closes #333

@awesomephant awesomephant changed the title !(VectorTileSource): Add tiles prop, ppass url to url parameter !(VectorTileSource): Add tiles prop, pass url to url parameter Mar 4, 2026
@awesomephant awesomephant marked this pull request as ready for review March 5, 2026 12:05
@awesomephant awesomephant requested a review from sjockers March 5, 2026 12:10
@awesomephant awesomephant merged commit 30a880f into main Mar 5, 2026
1 check passed
@awesomephant awesomephant deleted the feat-333 branch March 5, 2026 16:08
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 this pull request may close these issues.

VectorTileSource: url is incorrectly passed to the tiles parameter

1 participant