From e2fc5999ea41acf420db7cfe1cc0931efab8dcc0 Mon Sep 17 00:00:00 2001 From: brunob Date: Thu, 16 Aug 2012 17:31:55 +0200 Subject: [PATCH 1/2] add heatmap layer plugin --- plugins.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/plugins.md b/plugins.md index 47c13da7..8a3e09b1 100644 --- a/plugins.md +++ b/plugins.md @@ -53,13 +53,22 @@ While Leaflet is meant to be as lightweight as possible, and focuses on a core s George MacKerron + + + HeatCanvas + + Simple heatmap api based on HTML5 canvas. + + Alexander Parshin + + TileLayer.BoundaryCanvas Allows you to draw tile layers with arbitrary polygonal boundary. HTML5 Canvas is used for rendering. - Alexander Parshin + Sun Ning From 365bebf8c107e8dbcabef3df3538988862def1a5 Mon Sep 17 00:00:00 2001 From: brunob Date: Thu, 16 Aug 2012 18:06:58 +0200 Subject: [PATCH 2/2] oops, correct the author --- plugins.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins.md b/plugins.md index 8a3e09b1..72378854 100644 --- a/plugins.md +++ b/plugins.md @@ -55,18 +55,18 @@ While Leaflet is meant to be as lightweight as possible, and focuses on a core s - HeatCanvas + TileLayer.BoundaryCanvas - Simple heatmap api based on HTML5 canvas. + Allows you to draw tile layers with arbitrary polygonal boundary. HTML5 Canvas is used for rendering. Alexander Parshin - TileLayer.BoundaryCanvas + HeatCanvas - Allows you to draw tile layers with arbitrary polygonal boundary. HTML5 Canvas is used for rendering. + Simple heatmap api based on HTML5 canvas. Sun Ning