Skip to content

Commit 88dbc59

Browse files
committed
【fix】fix proj4升级到2.17.0 转未定义坐标错误信息不匹配; review by songym
1 parent a073c01 commit 88dbc59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common/mapping/utils/epsgDefineSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ describe('epsg-define', () => {
8888
sourceProjection: 'EPSG:4548',
8989
destProjection: 'EPSG:2210'
9090
})
91-
).toThrow('EPSG:2210 is not defined');
91+
).toThrow('Could not parse to valid json: EPSG:2210 is not defined');
9292
done();
9393
});
9494
});

0 commit comments

Comments
 (0)