Directory

← Back

v-leaflet-easyprint

Vaadin wrappers for Leaflet.easyPrint plugin.

Author

Rating

Popularity

<100

This add-on contains Vaadin wrappers for Leaflet.easyPrint plugin.

Sample code

private static final String MAP_ID = "map";

LMap leafletMap = new LMap();
leafletMap.addBaseLayer(new LOpenStreetMapLayer(), "OSM");
leafletMap.setId(MAP_ID);

LEasyPrint easyPrint = new LEasyPrint();
easyPrint.setPosition(ControlPosition.topleft);
easyPrint.setId(leafletMap.getId());
// easyPrint.setEnabled(false);
leafletMap.addControl(easyPrint);

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Repackaging version 1.1.0

Released
2015-06-19
Maturity
EXPERIMENTAL
License
Apache License 2.0

Compatibility

Framework
Vaadin 7.2+
Browser
Firefox
Opera
Google Chrome

v-leaflet-easyprint - Vaadin Add-on Directory

Vaadin wrappers for Leaflet.easyPrint plugin. v-leaflet-easyprint - Vaadin Add-on Directory
This add-on contains Vaadin wrappers for Leaflet.easyPrint plugin.
Online