peterbodo

Results 3 comments of peterbodo

For me the problem is caused by **CssBaseline**, removing it solves the problem. But I would like to use, so I will check with the upgrades. "@mui/material": "^7.3.4", "@mui/material-nextjs": "^7.3.3",...

Update: even with not filtering to any layer ids: ``` const features = await mapViewRef.current?.queryRenderedFeaturesInRect( [] ); ``` anf the map clearly full of features: ![Image](https://github.com/user-attachments/assets/84131fc8-8272-4bb7-959d-aa439f18e563) The query gives back...

Update: for bbox [] clearly does not work. [0,0,1000,1000] for example gives back good results. Also just realised that bbox is in pixels not coordinates, which is not explicitely documented.