tesera / leaflet-print

Simple leaflet control that posts url representing the map state to an http print endpoint.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

leaflet-print

Simple leaflet control that posts url representing the map state to an http print endpoint.

map.addControl(L.Control.print('http://myprintserver.com'));

map.on('print:sent', function () {
    
});

map.on('print:done', function () {
    
});

About

Simple leaflet control that posts url representing the map state to an http print endpoint.

License:MIT License