Skip to content

Raster Tile Rendering #71

@maxammann

Description

@maxammann

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    blockedIssue is currently blocked by some other issuefeature-requestRequest for a new feature

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions