Olivia Guyot

Results 146 comments of Olivia Guyot

I like the idea of having variables on layers as well, as layers are meant to hold the representation information for their data. This could even be merged with the...

I'm coming back to this since we need to resolve this question in order to merge both the `flat` and `webgl` style formats. Having variables on the map might be...

Reproduced on my Android phone as well, the example gets slower and slower while interacting and then crashes

After investigating, it turns out that the webgl rendering logic is really intensive on garbage collection for the lines and polygons. Array buffers are also not reused between two rebuilding...

> I can reproduce this error regularly with a textured polygon in OpenLayers. As of iOS15, Apple reportedly limited the WebGL texture size to only 4096x4096. If a polygon is...

[Optional chaining](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining) and the [nullish coalescing](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing) operator are es6 language features, so I'd say that the dependencies you use for building are not suited and/or outdated. But maybe I'm wrong...

In this example highlighting the feature under the cursor is done by changing the feature `hover` property, which triggers a complete rebuild of the whole layer. This could be improved...

Hi @aalbericio, do you have an error similar to the one shown in the OP? can you maybe post it here so that we can make sure that the problem...

It looks like this is still the same issue: Jest does not understand ES Modules by default, and throws an error when it encounters import/export syntax. What does your Jest...

Wait, I just re-read [your previous message](https://github.com/openlayers/openlayers/issues/14285#issuecomment-1405187668) and it seems _Jest is actually failing on a file that is part of your project_, and not on OL code. This is...