NetTopologySuite / ProjNet4GeoAPI

.NET Spatial Reference and Projection Engine
GNU Lesser General Public License v2.1
276 stars 83 forks source link

Removal of GeoAPI version Prevents interop with NetTopologySuite #52

Closed shmuelie closed 5 years ago

shmuelie commented 5 years ago

After #49, both GeoAPI and this project have their own IProjection. Since NTS uses GeoAPI's I cannot use Projections from here with NTS.

airbreather commented 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.

airbreather commented 5 years ago

What specific packages are you using, including versions?

A code sample and error message would also help a lot.

shmuelie commented 5 years ago

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.

airbreather commented 5 years ago

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.