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

Reset OGR order to standard; #2458

Merged
merged 1 commit into from
Mar 3, 2024
Merged

Reset OGR order to standard; #2458

merged 1 commit into from
Mar 3, 2024

Conversation

MCA4213
Copy link
Contributor

@MCA4213 MCA4213 commented Mar 2, 2024

This commit allows:

  1. Reset OGR geometries order to standard order.
  2. Add geometryToIsoWKT function. (the geometryFromWKT is capable to read both wkt and isoWkt).

I have tested point, line, polygon geometries and are still loading correctly.
image

add geometryToIsoWKT function;
@gwaldron gwaldron merged commit 0e658c5 into gwaldron:master Mar 3, 2024
3 checks passed
@gwaldron
Copy link
Owner

gwaldron commented Mar 3, 2024

Thanks for the PR!
Question: is there any reason not to default to ISO WKT? Should we just make geometryToWKT redirect to geometryToIsoWKT?

@MCA4213
Copy link
Contributor Author

MCA4213 commented Mar 3, 2024 via email

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