Max Ammann

Results 224 issues of Max Ammann

We use right now the `image` create to read PNG files. We also use this in the web version of maplibre-rs. Using the native decoder could speed up the decoding...

feature-request

The TileShape's are stored in render phase items right now. Those are created at some point in time and are then used during rendering. There is no strong gurantee that...

bug

The shaders are currently in the main `render` module. ## ## 💁 Possible Solution We should move them to the corresponding plugins. Alternatively keep some reusable shaders in the `render`...

feature-request

maplibre-rs currently only supports downloading tiles directly. We hardcode the TMS/XYZ format in the code. ## 🤔 Expected Behavior maplibre-rs can use a tilejson hosted at: https://example.net/tiles.json ## 😯 Current...

feature-request

TODO for the release: * Users should be able to use their own tile servers * Map style is static * Release is published on crates.io (maplibre/maplibre-demo) and npm (maplibre-rs)...

## 🤔 Expected Behavior We want some kind of expression support. Though we first need to find out how expressions are used and whether we can find a simpler model....

feature-request

## 🤔 Expected Behavior Tilting the camera in headless mode should still yield valid tiles. ## 😯 Current Behavior Not sure what happens right now. ## 💁 Possible Solution We...

feature-request

## 🤔 Expected Behavior Not sure yet for zero surface areas. For points we want to upload static vertices or use a custom shader. ## 😯 Current Behavior Right now...

bug

TODO ## 💻 Examples ## 🚨 Test instructions ## ✔️ PR Todo - [ ] Included links to related issues/PRs

**Even thought his can be done by newcomers, this issue is HARD** We need to do some work on the main thread: * Receive data from threads or WebWorkers *...

good first issue
feature-request