SourceTermAnalysisSystem_vue/node_modules/ol/source/common.js
2026-05-15 10:22:44 +08:00

16 lines
258 B
JavaScript

/**
* @module ol/source/common
*/
/**
* Default WMS version.
* @type {string}
*/
export const DEFAULT_WMS_VERSION = '1.3.0';
/**
* Number of decimal digits to consider in integer values when rounding.
* @type {number}
*/
export const DECIMALS = 4;