alasram

Results 25 comments of alasram

@adrian-cojocaru I know Vulkan is not 100% complete but I will still file tickets to keep track of issues

Also the GPU sometimes hangs while resizing

Issue related to geometry clipping at tile boundaries. Screenshots while moving the camera ![1](https://github.com/maplibre/maplibre-native/assets/5223673/4ca8a49d-2534-455e-9efa-944092456ed5) ![2](https://github.com/maplibre/maplibre-native/assets/5223673/b68ce5da-d909-4e9a-bd8b-177ee470be58) ![3](https://github.com/maplibre/maplibre-native/assets/5223673/809f9e3d-951a-4e79-a141-6685ae238b0a) ![4](https://github.com/maplibre/maplibre-native/assets/5223673/bf216a2a-667e-4b15-9bbe-bda3c87b4f8e)

@sjg-wdw did your team look into this by any chance? This is currently the only blocker for us to move from the legacy to the drawable renderer

This is on a proprietary style with proprietary source. Do we have an existing test for `line-sort-key`? I can try and modify it to expose this issue

The used data is 64bits. Native `line-sort-key` turns into a 32bits float while GL-JS probably uses 64bits double precision. The [style spec](https://maplibre.org/maplibre-style-spec/layers/#line-sort-key) doesn't specify ranges and specify the value as...

Thank you. How to change the renderer to OL then back to MapLibre?

I have MVT data without boundaries and is therefore incompatible with MabLibre if boundaries are part of the requirements. How much boundary is required also depends on the style: If...

What does it mean to dynamically change style? One thing I consider doing is fast transition between many different styles. Depending on camera sensor parameters such as brightness and glare,...