Olivia Guyot
Olivia Guyot
Maybe related to #3958, could you try reproducing this with `?view=default` in the url? thanks!
Hi, I don't see any immediate solution, it is most likely a limitation of the device used for the rendering. One workaround would be to split the dataset in half...
Not sure, can you please share a reproduction case for your problem? the issue might be different than what I originally assumes.
It's hard to give a solid answer without a live reproduction case which we can then run on various devices. Could you tell us how many points are typically present...
Yes I think this is enough, thanks!
Hi! In the Maplibre style spec which is the main inspiration for the operators in OpenLayers expressions, the `get` operator actually allows this with a second argument: https://maplibre.org/maplibre-style-spec/expressions/#get Note that...
Hmm, I still like the Mapbox approach quite a bit, it might be more verbose but it also makes things more explicit. This would also let your read from an...
The type hint is there because the `get` operator has no clue what type of value it will output on its own. Other operators are usually able to infer their...
Could you please provide a reproduction case so that this can be investigated further? Thanks!
Could not look into it yet; one suggestion would be to actually make a running example using e.g. codesandbox, instead of simply pasting code. Thanks!