Max Ammann

Results 224 issues of Max Ammann

**Difficulty: Hard** Currently, there is only one instance of the map which is rendererd. ## 🤔 Expected Behavior In Y direction the navigation should be restricted such that one can...

good first issue
feature-request

TODO ## 🤔 Expected Behavior ## 😯 Current Behavior ## 💁 Possible Solution ## 🔦 Context ## 💻 Examples

feature-request

Like discussed in #60 it would be beneficial to have a schedule method which does not depend on `SharedMemoryArray`. ## 🤔 Expected Behavior maplibre-rs does not depend on `SharedMemoryArray`. ##...

feature-request

We would like to be able to use different protocols for retching mbtiles/pmtiles/tiles. ## 🤔 Expected Behavior When support in PM tiles the scenario would look like that: ![image](https://user-images.githubusercontent.com/905221/166680575-3016908d-cb7c-4df3-99e8-dd54acdf3d59.png) We...

feature-request

We should probably look over the coords structs and refactor it. ## 🤔 Expected Behavior The coords structs should make sense and should not change in the future. For example...

optimization

Depends on: #71 Raster tiles can be used to render hill shades. The data which is used is DEM. Maplibre docs: https://maplibre.org/maplibre-gl-js-docs/style-spec/sources/#raster-dem ## 🤔 Expected Behavior TODO ## 😯 Current...

feature-request

When developing UIs for the web, mobile or desktop E2E tests are common. Because we are rendering to a surface (e.g. canvas) E2E frameworks have a problem, because they can...

feature-request

We already build an android library via gradle. Add a publish task which publishes the package. ## 🤔 Expected Behavior maplibre-rs is available on a repository like maven central. ##...

feature-request
android

Right now we only build a `.xcframework` and provide a local swift package called `MapLibreRs`. Ideally we would deploy the xframework as ZIP somewhere and prepare a swift package which...

feature-request
ios/macos

Steps in the CI are currently unnamed because they reference composed steps. Add a `name:` tag to all steps.

good first issue