Jon Koops

Results 690 comments of Jon Koops

We should probably also rename and refactor the following APIs to be more Pointer Event friendly: - [`mouseEventToContainerPoint()`](https://leafletjs.com/reference.html#map-mouseeventtocontainerpoint) - [`mouseEventToLayerPoint()`](https://leafletjs.com/reference.html#map-mouseeventtolayerpoint) - [`mouseEventToLatLng()`](https://leafletjs.com/reference.html#map-mouseeventtolatlng) @IvanSanchez WDYT?

> Sounds good how do you want to work on this? I think the best way is that we use this issue to communicate which files we're working on so...

> Should we merge all this PRs into a seperate branch and at the end all together into `main`? No, I think we can merge them straight into `main`. We're...

Sorry that I have been afk from this discussion for a while, I've been very busy with my day job so I have not had the time to give this...

@Falke-Design yeah, I cannot find a replacement for this either. I think we will have to keep track of all the active pointers on the Map ourselves.

This also seems to be the [recommended approach](https://developer.mozilla.org/en-US/docs/Web/API/Pointer_events/Pinch_zoom_gestures) on MDN.

We've removed `L_DISABLE_3D` for the upcoming v2 of Leaflet, instead opting to always enable 3d acceleration now that it's widely supported by all browsers. If this issue still occurs we...

@brophdawg11 is there still any interest in getting this in? This is the last thing we need to migrate our application over to React Router v6 and I'd like to...

Any chance this will be reviewed or at least get some feedback? Otherwise I might just close this PR instead.

No problem, just wanted to know what to expect. I'll follow the proposal an close this PR for now.