hi matti
have problem with:
leafletMap.addOverlayAddListener(new LeafletOverlayAddListener() {
@Override
public void onOverlayAdd(LeafletOverlayAddEvent event) {
…
the error:
cannot find symbol
[ERROR]
symbol: method addOverlayAddListener()
not understand why this error, looks like can not find the override function…
in this case is vaadin 8.10.5
the same in vaadin 7 have no problem…
could be incompatibility with vaadin version ???
forgot … v-leaflet i try in all 2.0.x version even 1.0.7 …