diff --git a/examples/disable-image-smoothing.html b/examples/disable-image-smoothing.html index 918aa558b4..39a452daa6 100644 --- a/examples/disable-image-smoothing.html +++ b/examples/disable-image-smoothing.html @@ -6,7 +6,7 @@ docs: > Example of disabling image smoothing when using raster DEM (digital elevation model) data. The imageSmoothing: false setting is used to disable canvas image smoothing during reprojection and rendering. Elevation data is - calculated from the pixel value returned by forEachLayerAtPixel. For comparison a second map + calculated from the pixel value returned by forEachLayerAtPixel. For comparison a second map with smoothing enabled returns inaccuate elevations which are very noticeable close to 3107 meters due to how elevation is calculated from the pixel value. tags: "disable image smoothing, xyz, maptiler, reprojection"