Skip to content
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

Add KmlReader and fromStream. #24

Closed
wants to merge 4 commits into from
Closed

Add KmlReader and fromStream. #24

wants to merge 4 commits into from

Conversation

sun-jiao
Copy link

Use main branch to keep same commit history between 2 repositories.

#22

Hi. I made a KmlReader based on your library for my personal project. And I wish it could be added to the original library.

Of course. I know this is a gpx library. If you don't think my pr fits your library, please fell free to close it.

#23

I replaced all Iterator with StreamIterator for code reusing. This may be a breaking change because the methods were changed to asynchronous.

I've also considered keeping both sync (Iterator) and async (StreamIterator) versions, but they are very similar, maintaining two versions at the same time may be exhausting or cause unnecessary risks. .

commit f4542cc
Author: Sun Jiao <P.ozzy@outlook.com>
Date:   Fri May 12 08:24:02 2023 +0800

    fix tests and add read stream to README

commit e242adb
Author: Sun Jiao <P.ozzy@outlook.com>
Date:   Thu May 11 23:13:00 2023 +0800

    add `Stream_converter.dart` and change `Iterator` to `StreamIterator`

    all tests passed

commit 233e9c6
Author: Sun Jiao <P.ozzy@outlook.com>
Date:   Thu May 11 22:27:22 2023 +0800

    Add fromStream
Squashed commit of the following:
commit 4e9f91c
Author: Sun Jiao <P.ozzy@outlook.com>
Date:   Fri May 12 15:46:59 2023 +0800

    add test cases

commit 9bd60cd
Author: Sun Jiao <P.ozzy@outlook.com>
Date:   Fri May 12 15:41:43 2023 +0800

    add <gx:Track> support

commit 25b7a4c
Author: Sun Jiao <P.ozzy@outlook.com>
Date:   Fri May 12 14:47:53 2023 +0800

    add <gx:Track> support
@sun-jiao
Copy link
Author

Closed cause they are tooo different.

@sun-jiao sun-jiao closed this May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant