Skip to content

Conversation

@ffreyer
Copy link
Collaborator

@ffreyer ffreyer commented Nov 14, 2024

No description provided.

points::Vector{Point{Dim, T}}
end
Base.length(ls::LineString) = length(coordinates(ls))
Base.:(==)(a::LineString, b::LineString) = a.points == b.points
Copy link
Collaborator Author

@ffreyer ffreyer Nov 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to cut the noise, this is the only real change the second commit added

@ffreyer ffreyer closed this Nov 14, 2024
@ffreyer ffreyer reopened this Nov 14, 2024
@ffreyer ffreyer requested a review from SimonDanisch November 14, 2024 15:01
@ffreyer ffreyer changed the title Fix errors in docs Fix errors in docs & fix GeoInterface test failures Nov 14, 2024
@ffreyer ffreyer merged commit 81a20c0 into master Nov 14, 2024
14 of 15 checks passed
@ffreyer ffreyer deleted the ffreyer-fix-docs branch November 14, 2024 16:22
@asinghvi17 asinghvi17 restored the ffreyer-fix-docs branch November 14, 2024 16:24
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.

3 participants