-
-
Notifications
You must be signed in to change notification settings - Fork 167
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
Feature.Equals throws an error if Geometry is null #115
Comments
I've committed a fix for this an will push out in the next release |
Is this fixed? I get the same issue with 1.1.70 |
Should be fixed with 1.1.71 released a few minutes ago. Let me know @darbio and @MattFenner. |
I'll test and let you know if it doesn't work for my use case |
Closing, happy to reopen if issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If feature1 has a null geometry, then feature1.Equals(feature2) will throw an exception.
somewhat related to #80
The text was updated successfully, but these errors were encountered: