Cameron Clough
Cameron Clough
@sshane how did you reproduce this?
~~I can't reproduce it by doing that! Just spent a few minutes trying...~~ Hmm, just did it once by selecting a range to zoom and then seeking. It loaded after...
I'm hoping https://github.com/commaai/connect/pull/425 improves this
I think this was actually in connect, have updated the original description
Looks like it's created [here](https://github.com/mapbox/mapbox-gl-js/blob/main/src/ui/control/logo_control.js#L29) in mapbox-gl-js. Not sure whether we are actually required to have the mapbox logo by the TOS or not. Does it depend [which layers](https://github.com/mapbox/mapbox-gl-js/blob/main/src/ui/control/logo_control.js#L69) we...
API request to create favorite:  Querying locations response:  It kind of looks like the coordinates are being rounded somehow? 5 decimal places...
Can you give an example of some coordinates so that it can be reproduced?
This might depend on all sorts of things like the OS and graphics card and driver. Personally can't reproduce on Ubuntu 22.04/Wayland/Chrome 114/Radeon RX Vega
Can you reproduce here? https://hlsjs.video-dev.org/demo/
I found a layout order issue in the wild and simplified it to this repro, which might be the same root bug as yours ```html .first { background-color: green; }...