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

Add delaunay_triangulation and simplify functions #91

Merged
merged 4 commits into from
Sep 30, 2020

Conversation

NathanHowell
Copy link
Contributor

No description provided.

@jdroenner
Copy link
Member

jdroenner commented Sep 30, 2020

please look at the CI failure and resolve the merge conflicts.

We removed the feature based versioning and replaced it with version selection at build time. You will need to replace "#[cfg(feature = "gdal_2_1")]" with "#[cfg(any(all(major_is_2, minor_ge_1), major_ge_3))]

@NathanHowell
Copy link
Contributor Author

alright, think they should be fixed

@jdroenner jdroenner merged commit b3b61ff into georust:master Sep 30, 2020
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