From 5bc678048139576d2e419644805b46384c85942d Mon Sep 17 00:00:00 2001 From: ghybs Date: Mon, 23 Nov 2015 21:12:01 +0400 Subject: [PATCH] Added TileLayer.Fallback plugin Added Leaflet.TileLayer.Fallback plugin into "Tile & image layers > Tile Load" section. Following issue / feature request #3127. --- plugins.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/plugins.md b/plugins.md index c0cbe36c..fe148159 100644 --- a/plugins.md +++ b/plugins.md @@ -454,6 +454,15 @@ The following plugins change the way that tile layers are loaded into the map. Eric Brelsford + + + Leaflet.TileLayer.Fallback + + Replaces missing Tiles (HTTP 404 Not Found Error) by scaled up equivalent Tiles from lower zooms. + + ghybs + +