correctly close bold font tag

This commit is contained in:
mike-000
2020-04-30 10:24:59 +01:00
committed by GitHub
parent 74c90919db
commit 51ad3824e3
+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"