Files
openlayers/src/ol/source/common.js
2018-09-19 11:51:34 +02:00

10 lines
131 B
JavaScript

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