Simon Humpohl

Results 15 issues of Simon Humpohl

We have a use case for adaptive where the function parameter is a slowly changable physical parameter like the orientation angle of a polarization filter. The simple approach with the...

- Clamp the integer `ZoomLevel` to `0..31` when converted from floating point `Zoom` - Restrict traversal of `WorldTileCoords` to supported zoom level range - Construct QuadKey with the [`morton_encoding`](https://docs.rs/morton-encoding/latest/morton_encoding/) crate....

Fixes #274 ## 💻 Examples Minimize the window or resize it to `y==0`. This previously crashed the demo. ## ✔️ PR Todo - [x] The are several `todo!`s remaining that...

## 🤔 Expected Behavior The window minimizes to the taskbar and can be maximized again ## 😯 Current Behavior Demo crashes. ``` 6: maplibre::render::resource::surface::Surface::resize at .\maplibre\src\render\resource\surface.rs:297 7: maplibre::render::Renderer::resize_surface at .\maplibre\src\render\mod.rs:243...

bug

**Is your feature request related to a problem? Please describe.** I want to override latex specific settings when invoking `sphinx-build` to embed the generated latex in an external document. I...

api:cmdline
type:proposal