diff --git a/doc/tutorials/index.hbs b/doc/tutorials/index.hbs index 058154073f..230b273c1d 100644 --- a/doc/tutorials/index.hbs +++ b/doc/tutorials/index.hbs @@ -7,6 +7,5 @@ layout: doc.hbs * [Introduction to OpenLayers](introduction.html) * [Basic Concepts](concepts.html) -* [Create Custom Builds](custom-builds.html) * [Bundle Application and OpenLayers using Browserify](browserify.html) * [Raster Reprojection](raster-reprojection.html) diff --git a/doc/tutorials/raster-reprojection.md b/doc/tutorials/raster-reprojection.md index 3f88f3647b..5245a95ac1 100644 --- a/doc/tutorials/raster-reprojection.md +++ b/doc/tutorials/raster-reprojection.md @@ -102,10 +102,6 @@ For debugging, rendering of the reprojection edges can be enabled by `ol.source. # Advanced -### Disabling reprojection -In case you are creating a custom build of OpenLayers and do not need the reprojection code, you can reduce the build size by setting `ol.ENABLE_RASTER_REPROJECTION` to `false`, which completely disables the reprojection support. -See [Custom builds](custom-builds.html#defines) tutorial on how to do this. - ### Triangulation precision threshold The default [triangulation error threshold](#dynamic-triangulation) in pixels is given by `ERROR_THRESHOLD` (0.5 pixel). In case a different threshold needs to be defined for different sources, the `reprojectionErrorThreshold` option can be passed when constructing the tile image source.