Hi , Thanks For This Great Add-On…
is there any i18n support ? and Kmz file example ?
Hi,
Currently it doesn’t have i18n support, but it is a future plan. If you want to draw KMZ files on the map maybe you can extend the Layer class such as the HeatLayer (eg: https://github.com/Gubancs/leaflet4vaadin/blob/master/src/main/java/com/vaadin/addon/leaflet4vaadin/plugins/heatmap/HeatLayer.java)
This project is an open source add-on so if you want you can create a pull request on github.
Best Regards,
Gabor Kokeny
Hi,
I created a basic KMZ example.
Check this: https://leaflet4vaadin.herokuapp.com/plugins/kmz
the source:
https://github.com/Gubancs/leaflet4vaadin/blob/master/src/main/java/com/vaadin/addon/leaflet4vaadin/plugins/kmz/KmzLayer.java