Plugins: Added L.Browser.Print (#5526)

This commit is contained in:
Igor Vladyka 2017-05-23 12:58:43 +03:00 committed by Iván Sánchez Ortega
parent fca7f71aad
commit 7fef7964b8

View File

@ -305,7 +305,7 @@ Plugins for loading basemaps or GIS raster layers in common (albeit non-default)
<a href="https://github.com/IHCantabria/Leaflet.CanvasLayer.Field">Leaflet.CanvasLayer.Field</a>
</td><td>
Loads and styles raster files (geotiff & asciigrid formats).
It includes a <code>ScalarField</code> layer (for DTM, temperature...) and
It includes a <code>ScalarField</code> layer (for DTM, temperature...) and
<code>VectorFieldAnim</code> (an animated layer for wind, currents...). See the <a href="https://ihcantabria.github.io/Leaflet.CanvasLayer.Field/">examples</a>
</td><td>
<a href="https://github.com/VictorVelarde">Víctor Velarde</a>
@ -3178,6 +3178,15 @@ Print or export your map.
<a href="https://github.com/rowanwins">Rowan Winsemius</a>
</td>
</tr>
<tr>
<td>
<a href="https://github.com/Igor-Vladyka/leaflet.browser.print">leaflet.browser.print</a>
</td><td>
Allows users to print full page map directly from the browser.
</td><td>
<a href="https://github.com/Igor-Vladyka">Igor Vladyka</a>
</td>
</tr>
</table>