Move ENABLE_RASTER_REPROJECTION to a temporary place
This commit is contained in:
@@ -3,3 +3,10 @@
|
||||
* reprojection triangulation.
|
||||
*/
|
||||
export var ERROR_THRESHOLD = 0.5;
|
||||
|
||||
/**
|
||||
* TODO: decide if we want to expose this as a build flag or remove it
|
||||
* @type {boolean} Enable automatic reprojection of raster sources. Default is
|
||||
* `true`.
|
||||
*/
|
||||
export var ENABLE_RASTER_REPROJECTION = true;
|
||||
|
||||
Reference in New Issue
Block a user