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

@@ -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;