-
Notifications
You must be signed in to change notification settings - Fork 347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MonotoneChainBuilder::findChainEnd: Assertion `start < npts' failed. #539
Comments
|
The assert would fail when MonotoneChainBuilder::getChains gets called with a CoordinateSequence containing NO points (empty). An easy fix would be to just have ::getChain return nothing in that case, but it's important to get a testcase going. Should be something about noding as that's where MonotoneChainBuilder::getChain is used from |
See libgeos#539 Also enable previously disabled Geometry::difference test
See libgeos#539 Includes unit test and NEWS item Also moves Geometry::difference test where it belongs
See libgeos#539 Includes unit test. Also moves Geometry::difference test where it belongs
See libgeos#539 Also enable previously disabled Geometry::difference test and moved it to where it belongs
See libgeos#539 Includes unit test and NEWS item Also moves Geometry::difference test where it belongs, and enable it (it was previously disabled).
Closes GH-539 Includes unit test and NEWS item Also moves Geometry::difference test where it belongs, and enable it (it was previously disabled).
|
The |
Continuation of bug originally reported in https://trac.osgeo.org/geos/ticket/1003 -- still occurring in 3.9.0 according to https://gitlab.com/nibioopensource/pgtopo_update_sql/-/issues/193
The MonotoneChainBuilder::findChainEnd method was removed in 3.10 as part of a refactoring in commit c655bb7 (PR #414)
The text was updated successfully, but these errors were encountered: