UNPKG

ol

Version:

OpenLayers mapping library

11 lines (9 loc) 184 B
/** * @module ol/reproj/common */ /** * Default maximum allowed threshold (in pixels) for reprojection * triangulation. * @type {number} */ export const ERROR_THRESHOLD = 0.5;