Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
How can I search marker into v-leaflet map?
Hi all,
I'm glad to use Leaflet map add-on (https://vaadin.com/directory#addon/v-leaflet) but I need to insert into a Lopenstreet map a component for search marker like http://labs.easyblog.it/maps/leaflet-search/examples/simple.html .
There is a simple way to use this componet?
Thank you for support
Best regards
Hi,
AFAIK there is no Vaadin wrappers built for that leaflet add-on, but I guess it should be rather easy to do. I'd though just use plain Vaadin components and do the filtering in the server side code. If you want to place Vaadin UI components on top of a Leaflet map, it can be easily done with AbsoluteLayout.
cheers,
matti