From a410d4d1ad6edcf8730ccbd38b57808c13c7a3e2 Mon Sep 17 00:00:00 2001 From: Ishmael Smyrnow Date: Thu, 2 Jul 2015 15:54:57 -0400 Subject: [PATCH] Update plugin description Updated description of Leaflet.FunctionalTileLayer plugin to better represent use case. --- plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.md b/plugins.md index f32a4153..561a000c 100644 --- a/plugins.md +++ b/plugins.md @@ -403,7 +403,7 @@ The following plugins change the way that tile layers are loaded into the map. Leaflet.FunctionalTileLayer - Allows you to define tile layer URLs using a function, with support for jQuery deferreds. + Allows you to define tile layer URLs using a function. Even works with asynchronous sources, using promises. Ishmael Smyrnow