Addison Shaw

Results 14 comments of Addison Shaw

I think this is kind of similar to https://github.com/mapbox/supercluster/issues/117 I know k-d trees can operate in 3 dimensions, but this would require fundamental changes to this library, as it only...

Sure, yeah here's the specific issue that I'm seeing: ``` Failed to compile. ./node_modules/esri-leaflet/src/Layers/FeatureLayer/FeatureGrid.js Attempted import error: 'toLatLngBounds' is not exported from 'leaflet' (imported as 'latLngBounds'). ```

I'll work on getting a StackBlitz, or similar, up shortly to reproduce the error I'm seeing locally. I think it's likely an issue arising from a mix of dependencies in...

@jgravois @gavinr Alright I've recreated the issue here: https://stackblitz.com/edit/vitejs-vite-k5qazv Let me know if you have issues accessing that. It should build on start, but if not, you can just run...

Looks like it's working for me now, thanks!!

> you are welcome to open a PR and implement it if its not a breaking change. I'd be more than happy to submit a PR, I don't think it...

I spent a bit of time going into the lib and trying to force it to re-trigger a render. I think if I spent some time actually debugging the code...

@adam-binks So, I don't think that this is supported out of the box, but I don't think it's a bad idea. I'll see if I can't get a PR open...

At first glance that looks a lot like what I had in mind, I wasn't sure if we needed to call `this.split.destroy` with `true, false` to [not preserve the gutter.](https://github.com/nathancahill/split/blob/f9d7b974d24287864792347edd2c76581f117a22/packages/splitjs/src/split.js#L725)...