-
Notifications
You must be signed in to change notification settings - Fork 87
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
Complete Stream leads to data loss #127
Comments
Can you reproduce this still? For example in a unittest? |
Here is a Test (all playgrounds in Berlin) that fails: Test Output So it seems no completed ways or relations are returned at all
|
Any idea on what could be the issue here? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am reading from an OSM-PBF File with a filter. Calling
ToComplete()
leaves only nodes. All ways and relations that are present in the non-materialized stream are removed. Maybe related to #123 . I can provide a repro project in case you're interested.The text was updated successfully, but these errors were encountered: