-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
[0.2.9] Exception thrown when attempting to GetIntervisibilityReport. #88
Comments
Hi @rurounijones, thanks ! I'll try to make a new release by the end of the week. Thanks for reporting this :) |
Wunderbar, thanks very much! |
@rurounijones Can you test now ? [0.3.0] version has been released to NuGet. |
No exceptions being thrown in [0.3.0] Thanks for the quick support! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Calling
ElevationService.GetIntervisibilityReport
in release [0.2.9] results in the following runtime exceptionI believe the issue is that the code in
GeometryService
is usingnew Coordinate
without specifying if it is aGeoAPI
Coordinate or aNetTopologySuite
one and the code is picking the wrong one at runtime.I believe this issue has been fixed in the master branch by the removal of GeoAPI as part of b3d755f
Is there a planned timeline for the next release of DEM.Net that contains this change?
Thanks for the great work and great library.
The text was updated successfully, but these errors were encountered: