Files
openlayers/src/ol/source/common.js
2021-12-27 15:30:48 -07:00

10 lines
131 B
JavaScript

/**
* @module ol/source/common
*/
/**
* Default WMS version.
* @type {string}
*/
export const DEFAULT_WMS_VERSION = '1.3.0';