-
Notifications
You must be signed in to change notification settings - Fork 3
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
geom2graph tool loses some edges #87
Comments
Here are more test cases 😢 example-9-after.txt |
Here's another problem. Given a graph:
The
|
First step - try updating to a recent Geos release? It appears to be a bug in the Polygonizer, and not in the graph parsing... |
Reproduces the failure from [1], which seems to be because the graph was not correctly noded, which is one of the requirements to use the Geos Polygonizer. [1] #87
#154 does not fix this bug. |
Reproduces the failure from [1], which seems to be because the graph was not correctly noded, which is one of the requirements to use the Geos Polygonizer. [1] #87
This is still an issue with #166 |
Take the following linestring.
when running this LINESTRING through the geom2graph tool, it loses some of the edges.
this produces
which, when rendered, looks like
The text was updated successfully, but these errors were encountered: