Gubancs / leaflet4vaadin

:herb: Leaflet4Vaadin :herb: provides a Java API for Leaflet, which is a popular map implementation, similar to Google Maps. Leaflet is lightweight and shines on mobile devices. Also it has an extensive set of add-ons, of which many are available for Vaadin too.
https://leaflet4vaadin.herokuapp.com/
Other
25 stars 19 forks source link

Allow custom components in marker popup #25

Open jhuber-de opened 4 years ago

jhuber-de commented 4 years ago

Is your feature request related to a problem? Please describe. I'm working on a project where a user selects an item on a map and than should get additional information about the selected item.

Describe the solution you'd like It would be nice to be able to add custom components to the popup of a marker. This would make the popup incredibly flexible. Here is an example of what I'm talking about: featureRequest

Additional context I have no idea if this is even possible but if it is I imagine it would be an awesome feature.