-
Notifications
You must be signed in to change notification settings - Fork 10
fix write multilinestring #68
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
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.
Thanks. Would be good to have a test for this too
Great! I will add a test. |
@rafaqz. I added a test that checks writing when using |
I don't totally understand why we would test |
Because once we read the objects defined in the test, they are a subtype of The use case of That is what I understand from the lines: Lines 45 to 50 in b9825e9
|
Ok makes sense. Could you instead do |
68d96b8
to
beddeca
Compare
@rafaqz I think the PR is ready for a second review. |
I modified the tests to use |
@rafaqz I am merging this as a hot-fix since you gave me permission to take more action in packages of the org. This is blocking some advances downstream. @ErickChacon has updated the tests following your suggestions. |
Thanks, looks good. But do note that expecting one day turn around response for JuliaGeo reviews might be a little ambitious ;) (Also note that I cant give you total permission to do anything in JuliaGeo, this is a collective social process with a number of people involved, and its good to keep that in mind, along with the fact we all have lives and full time jobs. Patience is often required) |
Adress #67 and JuliaEarth/GeoTables.jl#4. I have no experienve with
GeoJSON.jl
but it fixes the issue of savingMultiLineString
asPolygon
.