From 7973da4650231e66b9259d7f49ffec39625a1c13 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Thu, 19 Nov 2015 17:34:34 +1100 Subject: [PATCH] fix maxNativeZoom wording e.g. If my tile source only goes up to z15 but I want users to zoom into z17, then I set maxNativeZoom=15, maxZoom=17, and for all zoom levels higher than maxNativeZoom, tiles from maxNativeZoom will be loaded and auto-scaled. --- reference.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference.html b/reference.html index 1073296b..d83260fa 100644 --- a/reference.html +++ b/reference.html @@ -1846,7 +1846,7 @@ var map = L.map('map', { maxNativeZoom Number null - Maximum zoom number the tiles source has available. If it is specified, the tiles on all zoom levels higher than maxNativeZoom will be loaded from maxZoom level and auto-scaled. + Maximum zoom number the tiles source has available. If it is specified, the tiles on all zoom levels higher than maxNativeZoom will be loaded from maxNativeZoom level and auto-scaled. tileSize