-
Notifications
You must be signed in to change notification settings - Fork 40
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
geojson lines writer #193
geojson lines writer #193
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoops, sorry that this sat here so long. I forgot about it.
Feel free to merge after addressing that last small change.
It turns out that passing
Because the idx passed into geozero/geozero/src/geojson/geojson_writer.rs Lines 22 to 27 in 458f38c
|
I found a workaround and added a comment. Let me know if that solution is ok. Also, I don't have merge access. |
This works for features but not geometries because it's hard to know when to insert the
\n
to end the line.