M393

Results 113 comments of M393

OSM tile server was changed in [v7.1.0](https://github.com/openlayers/openlayers/releases/tag/v7.1.0): https://github.com/openlayers/openlayers/pull/14062/commits/775091c012f46558e0dc1dc8e18d1cd97b391427 Bing maps was changed to use fetch instead of jsonp in [v7.3.0](https://github.com/openlayers/openlayers/releases/tag/v7.3.0): https://github.com/openlayers/openlayers/commit/d64625d34c3c2963887bd8a4bf2cef0f503e4b42

Does this help #16558? The error message is the same. > Type 'Uint8Array' is not generic.

Here: https://github.com/openlayers/openlayers/tree/main/changelog Or here: https://github.com/openlayers/openlayers/releases

This isn't working as expected when multiple layers share a webgl context …

Thank you, @pnedev, I reported it to Notepad++, maybe it can be resolved there.

Thanks for looking into this @pnedev 👍 Is there an open issue at https://sourceforge.net/p/scintilla/bugs/ ? (is that the correct issue tracker?) I can create one if it doesn't exist yet.

Alright, understood. Thanks a lot for your work.

That looks like a bug in the documentation. Only the Map fires the `rendercomplete` event.

I believe you have to supply red/green/blue separately. ```json { "shape-points": 4, "shape-radius": ["get", "size", "number"], "shape-fill-color": [ "color", ["get", "red"], ["get", "green"], ["get", "blue"] ], "shape-rotation": 0.785, "shape-opacity": 1...