alexbol99 / flatten-boolean-op

Boolean operations on polygons
MIT License
16 stars 2 forks source link

Subtract bug from flatten-js/core 1.2 onwards #15

Open bernizt opened 4 years ago

bernizt commented 4 years ago

Subtract seems to fail in the following simple case from version 1.2 onwards of flatten-js/core

alexbol99 commented 4 years ago

Hello @bernizt , Boolean operations moved to the core package @flatten-js/core and exposed under namespace BooleanOperations. Use it is this way, see your example is working here: https://observablehq.com/d/b4e21db5fcf0d4f2 This package most probably will not be supported anymore. Thanks, Alex Bol