Volodymyr Agafonkin
Volodymyr Agafonkin
This should be fixed in the upcoming v3.5.0-beta.1.
Try this: ```js map.on('touchmove', (e) => e.originalEvent.stopPropagation()); ```
I don't think we should set any guarantees on the bearing/center/zoom numbers being exactly equal since they go through certain math transformations, can change depending on map constraints, etc., so...
@karimnaaji looks like this was introduced in #11015 β maybe you have insight into what's going on here?
Can you expand on this with an example? Not sure I'm following...
Ah, I see. In theory, the existing `filterFn` semantics can be used for this β e.g. if you return `false` in the function, it won't add the index to the...
@bryevdv interesting use case, I'll see what I can do! Most likely we can address both this issue and #45 by extending the `filterFn` application β e.g. passing it `index,...
Good call! This would be an equivalent of this change in RBush https://github.com/mourner/rbush/pull/11. It might get a little bit more verbose in Flatbush case, but worth exploring.
Updated the S3 bucket so that there's no error, but now it complains that there's no `dist` folder to upload. π I think we can just remove the job, and...
Yeah, will check this out.