bjornharrtell / jsts

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

Null factory in LineDissolver #520

Open pkExec opened 5 months ago

pkExec commented 5 months ago

It seems the fixes here https://github.com/bjornharrtell/jsts/pull/374/commits/556411c6d08bed43b65b7b437ce70a403855697a also need to be applied to LineDissolver as well.

https://github.com/bjornharrtell/jsts/blob/11199a9f451acaff844cb3e27ede0b64a91de681/src/org/locationtech/jts/dissolve/LineDissolver.js#L29

https://github.com/bjornharrtell/jsts/blob/11199a9f451acaff844cb3e27ede0b64a91de681/src/org/locationtech/jts/dissolve/LineDissolver.js#L87

Related issue: https://github.com/bjornharrtell/jsts/issues/373