Kai-W

Results 6 issues of Kai-W

I have an app where Cesium/Resium is used to rendere 3DTilesets on an Openstreetmap in a MaterialUI Dialog. With React StrictMode enabled the first component doesn't get unmounted properly. https://codesandbox.io/p/sandbox/magical-christian-fqsxd6?file=%2Fsrc%2FApp.tsx%3A64%2C23...

I was experimenting with relative URLs in styles and transforming all relative URLs to absoulte ones with the transformRequst Method. Unfortunatly the loading of Sprites failes with an invalid URL...

bug
enhancement
PR is more than welcomed

This PR fixes the order of transformRequest and normalizeSpriteURL on loading Sprites. ([#3897](https://github.com/maplibre/maplibre-gl-js/issues/3897)) ## Launch Checklist - [x] Confirm **your changes do not include backports from Mapbox projects** (unless with...

After the Viewer is recreated e.g because a readOnly Prop is updated the 3DTileset are no longer working. https://codesandbox.io/p/devbox/elastic-thunder-wvx2n3?file=%2Fsrc%2FApp.tsx%3A45%2C11-45%2C68 In the example cesium and the 3D Tileset is loaded and...

**Describe the bug** The opengl attribute names don't match the documentation. In the commit https://github.com/openlayers/openlayers/commit/22d4fd4a08a8591a7af96da5ce439018cb2ab382 the attributes of shaders got prefixed with "prop_". https://github.com/openlayers/openlayers/blob/ff9fa42a28ffc710ccfe602fcd176e1359c1c233/src/ol/renderer/webgl/PointsLayer.js#L181 But the documentation did not get...

bug

### Summary It would be nice to switch to a controlled quick filter so the filter can be controlled programaticly and be shared across multiple datagids. E.g. the Colum Filter...

component: data grid
new feature
status: waiting for maintainer