From 51ad3824e32397a7f5a309db6501aa8db019d0fe Mon Sep 17 00:00:00 2001
From: mike-000 <49240900+mike-000@users.noreply.github.com>
Date: Thu, 30 Apr 2020 10:24:59 +0100
Subject: [PATCH] correctly close bold font tag
---
examples/disable-image-smoothing.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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"