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
{{ message }}
This repository was archived by the owner on Aug 16, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
gwty-leaflet is wrapper for the famous maps javascript library [Leaflet](http://leafletjs.com/). gwty-leaflet is based on JsInterop and allows using Leaflet from your GWT application exactly the same way as from a javascript script with a slight advantage: static typing. It was partially generated automatically from Leaflet docs.
4
4
5
5
6
-
##Dependency
6
+
##Dependency
7
7
8
8
9
9
```xml
@@ -37,13 +37,13 @@ Also, do not forget to include gwty-leaflet in your .gwt.xml module definition f
37
37
<inheritsname='com.gwidgets.api.GwtyLeaflet' />
38
38
39
39
```
40
-
##Versions
40
+
##Versions
41
41
42
-
- 0.5-rc1: latest version, compatible with leaflet 1.0 and 1.0.1
42
+
- 0.5: latest version, compatible with leaflet 1.0 and 1.0.1
43
43
- 0.4: compatible with leaflet 0.7
44
44
45
45
46
-
##Leaflet javascript files:
46
+
##Leaflet javascript files:
47
47
48
48
As in any JsInterop wrapper, you need to refer to the Javascript files from your .html app file. You can either download the Js files from [Leaflet website](http://leafletjs.com/download.html), or refer to them directly using their cdn (there are performance implications off course!).
49
49
@@ -58,7 +58,7 @@ Starting from the version 0.5, a new feature has been added to allow adding leaf
0 commit comments