SDFIdk / WEBPROJ

REST API exposing coordinate transformations with PROJ
MIT License
8 stars 6 forks source link

Make transformations between global and region CRS work both ways #16

Closed kbevers closed 4 years ago

kbevers commented 4 years ago

Transformations from a regional CRS to a global CRS resulted in a erronous error message being displayed, stating that the transformation was invalid. The same transformation in the opposite direction was okay. This commit fixes the faulty logic that checks if two CRS's are compatible or not.

Fixes #15