neodescis

Results 62 comments of neodescis

I think this change would be great. It's not always immediately obvious to the user whether they're in direct or simple select mode, especially after just creating a shape. If...

Glad this is getting fixed! It's not limited to react. I'm seeing this error all over in my Angular unit tests when running 29.3.5.

Unfortunately not; I think it'd be a bit of a lift to get something reproducible somewhere publicly accessible. However, I'd be more than happy to test a patch if you...

There was a [recent discussion](https://github.com/maplibre/maplibre-gl-js/discussions/3614) about the same behavior in popups, also during animation. I haven't looked into it in great detail, but it might make sense to solve both...

First off, your demo link has the style set up incorrectly. You have a single raster source that is combining the URLs from satellite imagery and your parcels imagery. Those...

It is expected behavior for MapLibre to send the same z/x/y parameters for each layer of tiles it is requesting. As I noted above, I'm not sure why leaflet is...

When is "style.load" actually supposed to fire? Is it possible that it's not being fired here because what used to cause a full style reload is now handled by just...

When debugging through things, it appears that `style.load` is only fired during a full reload. Watching for the `styledata` event instead, it fires on any update, but it often fires...

I have another data point. I have some unit tests that depend on the `styledata` event that are failing after upgrading to 3.x. It seems that the event is also...

One thought I had is to add a source map comment to the worker blob that points to an external source map file. Not sure if that's doable, but I...