Tim Channell

Results 17 issues of Tim Channell

Wrapping up a couple of big priorities that I've partially started on and hope to tackle a bit more during the holiday break - [ ] [Determine likely operations up...

In each image, JSTS result is on top, greiner-hormann on bottom ![screen shot 2015-10-13 at 6 08 06 pm](https://cloud.githubusercontent.com/assets/348805/10469720/99544508-71d5-11e5-8e9c-d31959ee9709.png) --- ![screen shot 2015-10-13 at 6 09 03 pm](https://cloud.githubusercontent.com/assets/348805/10469719/995414a2-71d5-11e5-8b1a-f9d46f88a4f3.png) --- ![screen...

at a minimum, this could use bbox tests to to greatly reduce unnecessary operations

Rather than willy-nilly looping through all the input geometries, we should use what we know about each ring (is it a hole? what shape is it's parent?) to build a...

I've run into some cases where corners disappear or lines bridge gaps, but they're not easily reproduced with visual tools. It's occurred several times in my testing, but can't always...

Because clipping with GH means decomposing to pairwise clip calls, there's a lot of looping and array modification in some of the operations. This can result in very slow operations...

optimize

currently `union` executes a union-all - every outer hull is checked against every other, even if two came from the subject, for example. This causes really poor union performance (in...

optimize

`e.layer.setStyle is not a function`

both to the repo and a way to view it on the site. could easily use markdown directives to parse & display the same changelog in the browser

``` javascript // Since the Container isn't hooked up with angular, // we have no way of knowing when the `g` object has been // modified. So this interval forces...