bjornharrtell / jsts

JavaScript Topology Suite
http://bjornharrtell.github.io/jsts/
Other
1.49k stars 232 forks source link

import Densifier #498

Closed neocarto closed 1 year ago

neocarto commented 1 year ago

When I import Densifier like this

import Densifier from "jsts/org/locationtech/jts/densify/Densifier"; 

It seems that buffer is not imported, even though it is used

bjornharrtell commented 1 year ago

Yes seems to be a missing part here, likely caused by missing test coverage and usage/interest of this particular function.

neocarto commented 1 year ago

Do you plan to fix this?

bjornharrtell commented 1 year ago

Not at this time, but perhaps I will find some time to look into it at some point.

bjornharrtell commented 1 year ago

Upstream patch fix by https://github.com/bjornharrtell/jts/commit/c64bf0666fa0996fbb6f8d4113954a09a782631d.

neocarto commented 1 year ago

Thank you