Closed shmuelie closed 5 years ago
What specific packages are you using, including versions?
NTS 2.x will be compatible with ProjNet 2.x, since neither will use GeoAPI.
I think the 1.x version of either package should be compatible with the 2.x version of the other, but I can imagine that this is an area where we can improve.
What specific packages are you using, including versions?
A code sample and error message would also help a lot.
NTS 2.x will be compatible with ProjNet 2.x, since neither will use GeoAPI.
Currently using 1.15.0 but if NTS 2.x will also not use GeoAPI then problem solved.
No sample code yet, was investigating an idea and noticed this. It would be a type mismatch though.
2.0.0 packages of everything are on NuGet now (for ProjNet, the package ID has changed).
If you run into problems using those packages together, please open a new issue with the details. Closing.
After #49, both GeoAPI and this project have their own
IProjection
. Since NTS uses GeoAPI's I cannot use Projections from here with NTS.