From 7fef7964b85bc2b66867e8287ca1eccbcf383ac2 Mon Sep 17 00:00:00 2001 From: Igor Vladyka Date: Tue, 23 May 2017 12:58:43 +0300 Subject: [PATCH] Plugins: Added L.Browser.Print (#5526) --- docs/plugins.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/plugins.md b/docs/plugins.md index db537407..e4365b9e 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -305,7 +305,7 @@ Plugins for loading basemaps or GIS raster layers in common (albeit non-default) Leaflet.CanvasLayer.Field Loads and styles raster files (geotiff & asciigrid formats). - It includes a ScalarField layer (for DTM, temperature...) and + It includes a ScalarField layer (for DTM, temperature...) and VectorFieldAnim (an animated layer for wind, currents...). See the examples VĂ­ctor Velarde @@ -3178,6 +3178,15 @@ Print or export your map. Rowan Winsemius + + + leaflet.browser.print + + Allows users to print full page map directly from the browser. + + Igor Vladyka + +