/** * @module ol/reproj/common */ /** * Default maximum allowed threshold (in pixels) for reprojection * triangulation. * @type {number} */ export const ERROR_THRESHOLD: number; //# sourceMappingURL=common.d.ts.map