Skip to content

Fix errors in docs & fix GeoInterface test failures #228

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

Merged
merged 3 commits into from
Nov 14, 2024
Merged

Conversation

ffreyer
Copy link
Collaborator

@ffreyer ffreyer commented Nov 14, 2024

No description provided.

@@ -347,6 +347,7 @@ struct LineString{Dim, T<:Real} <: AbstractGeometry{Dim, T}
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.

2 participants