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

Support parse POINTZ, POINTM and POINTZM #113

Merged
merged 1 commit into from
Jun 21, 2024
Merged

Conversation

ariesdevil
Copy link
Contributor

  • I agree to follow the project's code of conduct.
  • I added an entry to CHANGES.md if knowledge of this change could be valuable to users.
  • I ran cargo fmt

src/lib.rs Outdated Show resolved Hide resolved
src/lib.rs Outdated Show resolved Hide resolved
src/lib.rs Outdated Show resolved Hide resolved
@lnicola
Copy link
Member

lnicola commented Feb 7, 2024

I guess this will make the conversion to geo-types lossy. I don't think Z/M are available there, so there's not much you can do, just wanted to point that out.

@ariesdevil
Copy link
Contributor Author

I guess this will make the conversion to geo-types lossy. I don't think Z/M are available there, so there's not much you can do, just wanted to point that out.↳

Thanks point it out, I see Coord in geo-types only support x and y, I think it needs to be refactored later.

src/lib.rs Outdated Show resolved Hide resolved
src/lib.rs Outdated Show resolved Hide resolved
src/lib.rs Outdated Show resolved Hide resolved
@ariesdevil
Copy link
Contributor Author

Fixed, PTAL again.

Copy link
Member

@lnicola lnicola left a comment

Choose a reason for hiding this comment

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

You didn't add that comment about matches!, but whatever 😀.

@ariesdevil
Copy link
Contributor Author

You didn't add that comment about matches!, but whatever 😀.↳

Sorry, I forgot it🤔

Copy link
Member

@michaelkirk michaelkirk left a comment

Choose a reason for hiding this comment

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

Sorry that this sat here so long!

@michaelkirk michaelkirk merged commit 2f1f44f into georust:main Jun 21, 2024
@ariesdevil ariesdevil deleted the dev branch June 22, 2024 16:36
@michaelkirk
Copy link
Member

michaelkirk commented Jul 17, 2024

We've misspelled POINT Z, POINT M, and POINT ZM. See #114

Can you take a look @ariesdevil?

Otherwise I think we should revert this.

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.

4 participants