Merge pull request #10986 from mike-000/patch-2

Correct bold font tag closure in example description
This commit is contained in:
Andreas Hocevar
2020-04-30 12:53:29 +02:00
committed by GitHub
+1 -1
View File
@@ -6,7 +6,7 @@ docs: >
Example of disabling image smoothing when using raster DEM (digital elevation model) data. Example of disabling image smoothing when using raster DEM (digital elevation model) data.
The <code>imageSmoothing: false</code> setting is used to disable canvas image smoothing during The <code>imageSmoothing: false</code> setting is used to disable canvas image smoothing during
reprojection and rendering. Elevation data is reprojection and rendering. Elevation data is
calculated from the pixel value returned by <b>forEachLayerAtPixel<b>. For comparison a second map calculated from the pixel value returned by <b>forEachLayerAtPixel</b>. For comparison a second map
with smoothing enabled returns inaccuate elevations which are very noticeable close to 3107 meters with smoothing enabled returns inaccuate elevations which are very noticeable close to 3107 meters
due to how elevation is calculated from the pixel value. due to how elevation is calculated from the pixel value.
tags: "disable image smoothing, xyz, maptiler, reprojection" tags: "disable image smoothing, xyz, maptiler, reprojection"