/** * Enable automatic reprojection of raster sources. Default is true. * TODO: decide if we want to expose this as a build flag or remove it */ export const ENABLE_RASTER_REPROJECTION: boolean; /** * Default maximum allowed threshold (in pixels) for reprojection * triangulation. */ export const ERROR_THRESHOLD: number;