Move raster reprojection error threshold to a common reproj module
This commit is contained in:
5
src/ol/reproj/common.js
Normal file
5
src/ol/reproj/common.js
Normal file
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* @type {number} Default maximum allowed threshold (in pixels) for
|
||||
* reprojection triangulation.
|
||||
*/
|
||||
export var ERROR_THRESHOLD = 0.5;
|
||||
Reference in New Issue
Block a user