A Vaadin Flow Java API for Leaflet
This API wraps the Leaflet API in a Vaadin friendly way.
It uses a similar structure (classes, methods) as the Leaflet JavaScript API.
To get started it's recommended to have a look at the demo, notably the minimalistic example.
Note
The API only supports sending instructions to the client
Due to data integrity retrieving client-side data (that can be modified by users) is not supported.
- Event listeners can still be registered but this needs to be done manually.
An example is available in the demo.
Installation guide of the latest release
Vaadin version | vaadin-maps-leaflet-flow version |
---|---|
Vaadin 24+ (latest) | 3+ |
- Checkout the repo
- Run
mvn install && mvn -f vaadin-maps-leaflet-flow-demo spring-boot:run
- Open http://localhost:8080
If you need support as soon as possible and you can't wait for any pull request, feel free to use our support.
See the contributing guide for detailed instructions on how to get started with our project.
View the license of the current project or the summary including all dependencies