tegola icon indicating copy to clipboard operation
tegola copied to clipboard

Change out the simplification algorithm

Open gdey opened this issue 8 years ago • 1 comments

We should implement and try the simplification algo described by (https://bost.ocks.org/mike/simplify/). This algo has the potential to generate better shapes for us.

gdey avatar Oct 31 '17 22:10 gdey

I've got some code for this, it needs to be ported over to using an rtree for perf reasons, but it's got cooked in logic to avoid self-intersections, will tidy up and throw over the fence

hcliff avatar Nov 20 '17 15:11 hcliff