From 32c64d18f5c746cdbdecd1a973a5864776b59a77 Mon Sep 17 00:00:00 2001 From: Sascha Hagedorn Date: Fri, 18 Mar 2022 18:52:24 +0100 Subject: [PATCH] Fix markdown linting issue --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index 9f291ae..fac2972 100644 --- a/docs/config.md +++ b/docs/config.md @@ -418,7 +418,7 @@ and [this Wikipedia article](https://en.wikipedia.org/wiki/Tiled_web_map). ### `map.zoomOffset` -Offset the zoom level to account for different tile sizes. For example tiles with a +Offset the zoom level to account for different tile sizes. For example tiles with a size of 512x512 need an offset of -1 and for 1024x1024 an offset of -2. - Type: [`Number`]