Xiaoji Chen

Results 332 comments of Xiaoji Chen

Hmm, the default indeed feels weird, and apparently it's always been working like this. I am able to change the direction with negative `moveSpeed` though: ```js controller: {keyboard: {moveSpeed: -100}},...

That does not sound relevant to this issue. I suggest you create a CodeSandbox and open another thread in issues or discussions.

This is expected. The picked index is used to retrieve `object` as `data[index]`. If your data is not an array then it's not going to be populated. You can still...

We cannot reproduce your issue from your description. Please create a code sandbox.

We cannot reproduce your issue from your description. Please create a codepen/code sandbox.

Please create a CodeSandbox that reproduces your issue.

Ok this was changed because of https://github.com/visgl/react-map-gl/issues/1893. In mapbox-gl you can register multiple callbacks for the same event like ```js map.on('click', () => { // clicked anywhere }); map.on('click', 'some-layer',...

> It looks like the `interactiveLayerIds` are not used a lot anymore `interactiveLayerIds` is used to populate `event.features`. The only thing at discussion here is if the event should be...

I don't think that's a thing in TypeScript. Best we can do is to export a different `Map` component that explicitly supports Maplibre.