-
-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Labels
blockedIssue is currently blocked by some other issueIssue is currently blocked by some other issuefeature-requestRequest for a new featureRequest for a new feature
Description
We want to be able to render raster tiles. This is required for rendering data sets like "Natural Earth". Raster tiles can be of any web-native image format like PNG or WEBP.
🤔 Expected Behavior
Raster tiles need to be scaled and transformed like vector tiles.
😯 Current Behavior
No raster tiles are supported.
💁 Possible Solution
The WebGPU spec offers a way to load bitmaps to textures: https://toji.github.io/webgpu-best-practices/img-textures.html
In the browser this requires the createImageBitmap()
API which offloads decoding of images to the browser.
🔦 Context
💻 Examples
nyurik
Metadata
Metadata
Assignees
Labels
blockedIssue is currently blocked by some other issueIssue is currently blocked by some other issuefeature-requestRequest for a new featureRequest for a new feature