Max Ammann
Max Ammann
Currently we run the test for each `--target` and crate in the corresponding workflows. It probably makes sense to run them in a Github Actions matrix in the `run-tests` workflow....
Headless
The [tileserver-gl](https://github.com/maptiler/tileserver-gl) can render raster tiles from vector data. This requires that the rendering component runs headless. Essentially this means that the winit dependency needs to be decoupled. This is...
The Just file is a little bit cluttered. For example we use once `web-build` and once `build-android`. This needs to be refactored. ## 🤔 Expected Behavior ## 😯 Current Behavior...
Goal of this task is to give some more insights into the size of the wasm/native binary. Note: This is a beginner task because it requires no insight into maplibre-rs....
## 🤔 Expected Behavior ## 😯 Current Behavior ## 💁 Possible Solution ## 🔦 Context ## 💻 Code Sample ## 🌍 Your Environment * Desktop - Operating System: Windows/Linux/macOS -...
We should consider removing this lint as we have lot of unfinished features. TODO ## 🤔 Expected Behavior ## 😯 Current Behavior ## 💁 Possible Solution ## 🔦 Context ##...
Middleware API: https://github.com/gfx-rs/wgpu/wiki/Encapsulating-Graphics-Work ## 🤔 Expected Behavior TODO ## 😯 Current Behavior ## 💁 Possible Solution ## 🔦 Context ## 💻 Examples
TODO ## 🤔 Expected Behavior ## 😯 Current Behavior ## 💁 Possible Solution ## 🔦 Context ## 💻 Examples
This is an optimization without any clear benefit/problem associated -> Low Priority. ## 🤔 Expected Behavior ## 😯 Current Behavior The quadkey currently uses `8 bits for zoom level +...
**Difficulty: Hard** Currently, there are no bounds when navigating (pan, zoom) the map. The goal of this task is to restrict the navigation such that users can not escape and...