Leaflet4Vaadin - Vaadin Add-on Directory
Vaadin 14 LTS and Leaflet 1.6.0 integration with PolymerTemplateExample Source Code with Vaadin Flow V15
Online Demo
Issue tracker
Source Code
Leaflet4Vaadin version 0.2.2-beta
- source code has been shared on github
- tile layer handling
- minor bugfixes
Leaflet4Vaadin version 0.2.3-beta
Bug fixes
- fixed CSS and Javascript loading issues
- fixed not all tiles loaded until resize window
- improved leaflet-lumo-theme.css
Leaflet4Vaadin version 0.2.4-beta
- enhanced event handling
- simple GeoJSON support using Vivid Solutions JTS API
- implemented map geolocation method
- implemented map state getter and setter methods
- new map options
- minor bug fixes
Leaflet4Vaadin version 0.2.5-beta
- added map conversion methods
- fixed map initialization
- other minor changes
Leaflet4Vaadin version 0.3.0-beta
#### New features
* DivIcon basic type
* MarkerCluster plugin integration
* HeatLayer plugin integration
* FullScreen plugin integration
* Added the LayersControl
#### Improvements
* Improved layer handling
* Better map performance
* Better support to implement new plugins in the future
* Added new examples
#### Bug fixes
* Map not displayed when leafletMap.fitBounds(LatLngBounds) is called #7
* Unable to get center and zoom attributes after move or zoom events ended #13
* There is no option to disable layers control. #10
Leaflet4Vaadin version 0.3.1
##### Bug fixes
* Multipolygon#getBounds() will always return 0;0 as south-west bounds (#16)
* Fixed JavaDoc warnings
Leaflet4Vaadin version 0.3.2
Leaflet.Canvas-Markers plugin integration
Leaflet4Vaadin version 0.4.0
KMZ layer plugin
Leaflet4Vaadin version 0.5.0
Minor changes
* Add className to Tootip (#27)
* Added empty constructor for LatLngBounds
* Merged a pull request (Fix typo (widht -> width))