robosat icon indicating copy to clipboard operation
robosat copied to clipboard

Move simplification to `rs merge` pipeline step

Open daniel-j-h opened this issue 7 years ago • 0 comments

Currently in rs feature we extract polygons and simplify them. Then in rs merge we buffer, then union, then unbuffer for merging shapes across tile boundaries. This leads to polygons that are no longer simplified.

We should investigate not simplifying in rs feature. Instead merge un-simplified geometries, then simplify in rs merge at the end of the pipeline.

Tasks:

  • [ ] Remove simplification in rs feature
  • [ ] Implement simplification in rs merge after merging shapes

daniel-j-h avatar Jun 10 '18 23:06 daniel-j-h