You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vaadin Flow Java API for [Leaflet](https://leafletjs.com/)
9
-
10
-
This API wraps the Leaflet API in a Vaadin friendly way.
11
-
To get started it's recommended to have a look at the demo (notably at the [minimalistic example](./vaadin-maps-leaflet-flow-demo/src/main/java/software/xdev/vaadin/maps/leaflet/flow/demo/MinimalisticDemo.java))
8
+
A Vaadin Flow Java API for [Leaflet](https://leafletjs.com/)
12
9
13
10

14
11
12
+
## Usage
13
+
14
+
This API wraps the Leaflet API in a Vaadin friendly way.<br/>It uses a similar structure (classes, methods) as the [Leaflet JavaScript API](https://leafletjs.com/reference.html).
15
+
16
+
To get started it's recommended to have a look at the [demo](./vaadin-maps-leaflet-flow-demo), notably the [minimalistic example](./vaadin-maps-leaflet-flow-demo/src/main/java/software/xdev/vaadin/maps/leaflet/flow/demo/MinimalisticDemo.java).
17
+
15
18
> [!NOTE]
16
-
> The API only supports sending instructions to the client.<br/>
19
+
> **The API only supports sending instructions to the client**<br/>
17
20
> Due to data integrity retrieving client-side data (that can be modified by users) is not supported.
18
21
> * Event listeners can still be registered but this needs to be done manually.<br/>[An example is available in the demo](https://github.com/xdev-software/vaadin-maps-leaflet-flow/blob/5a008511935105ea977187112cd0053c7de33e19/vaadin-maps-leaflet-flow-demo/src/main/java/software/xdev/vaadin/maps/leaflet/flow/demo/ComplexDemo.java#L223).
19
22
@@ -25,9 +28,6 @@ To get started it's recommended to have a look at the demo (notably at the [mini
25
28
| Vaadin version | vaadin-maps-leaflet-flow version |
26
29
| --- | --- |
27
30
| Vaadin 24+ (latest) |``3+``|
28
-
| Vaadin 23 |``2.x``|
29
-
| Vaadin 14 (LTS - former release model) |``1.x``|
0 commit comments