Move DEFAULT_WMS_VERSION to a common source module

This commit is contained in:
Tim Schaub
2017-12-12 17:40:13 -07:00
parent f403a06967
commit ed5b28f366
4 changed files with 8 additions and 9 deletions

4
src/ol/source/common.js Normal file
View File

@@ -0,0 +1,4 @@
/**
* @type {string} Default WMS version.
*/
export var DEFAULT_WMS_VERSION = '1.3.0';