Move ENABLE_RASTER_REPROJECTION to a temporary place

This commit is contained in:
Tim Schaub
2017-12-12 17:30:59 -07:00
parent ee5507cae8
commit f403a06967
6 changed files with 15 additions and 12 deletions

View File

@@ -11,13 +11,6 @@ import webgl from './webgl.js';
export var DEFAULT_WMS_VERSION = '1.3.0';
/**
* @type {boolean} Enable automatic reprojection of raster sources. Default is
* `true`.
*/
export var ENABLE_RASTER_REPROJECTION = true;
/**
* @type {boolean} Include debuggable shader sources. Default is `true`.
* This should be set to `false` for production builds.
@@ -136,7 +129,6 @@ export default {
inherits: inherits,
VERSION: VERSION,
DEFAULT_WMS_VERSION: DEFAULT_WMS_VERSION,
ENABLE_RASTER_REPROJECTION: ENABLE_RASTER_REPROJECTION,
DEBUG_WEBGL: DEBUG_WEBGL,
HAS_WEBGL: HAS_WEBGL,
WEBGL_MAX_TEXTURE_SIZE: WEBGL_MAX_TEXTURE_SIZE,