Blame nodejs-mapnik-gdal.patch

2efcf53
commit 719a4f385cfe431a9d42c18943c3e87d0d4ac405
2efcf53
Author: Tom Hughes <tom@compton.nu>
2efcf53
Date:   Tue Jan 29 10:00:16 2019 +0000
2efcf53
2efcf53
    Patch some test differences for gdal 2.3.x
2efcf53
2efcf53
diff --git a/test/datasource.test.js b/test/datasource.test.js
2efcf53
index 710f1891..dd2f85df 100644
2efcf53
--- a/test/datasource.test.js
2efcf53
+++ b/test/datasource.test.js
2efcf53
@@ -85,7 +85,7 @@ describe('mapnik.Datasource', function() {
2efcf53
                 LAT: 'Number'
2efcf53
             },
2efcf53
             geometry_type: 'polygon',
2efcf53
-            proj4:'+proj=merc +lon_0=0 +lat_ts=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs'
2efcf53
+            proj4:'+proj=merc +lon_0=0 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs'
2efcf53
         };
2efcf53
         var actual = ds.describe();
2efcf53
         assert.equal(actual.proj4, expected.proj4);