v-leaflet-easyprint
Vaadin wrappers for Leaflet.easyPrint plugin.
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);
Links
Compatibility
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.This add-on contains Vaadin wrappers for Leaflet.easyPrint plugin.