SourceTermAnalysisSystem_vue/node_modules/ol/reproj/common.d.ts
2026-05-15 10:22:44 +08:00

10 lines
221 B
TypeScript

/**
* @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