Lock pyproj to 1.9.6, add test for epsg:2056

Since the update from pyproj 1.9.6 to the 2.0.0 version, the transform function returns different results for the 4326 to 2056 transformation.

I "fixed" this for me by locking pyproj to version 1.9.6.

I added a test that works with 1.9.6 but not with >=2.0.0

Merge request reports

Loading