Releases: gwidgets/gwty-leaflet
Releases · gwidgets/gwty-leaflet
1.1.1
This release introduces the following changes:
- it fixes the
EachLayerFunction
to make it usable. It changes the function type to an interface with @JsFunction
that accepts a layer object and context object.
1.1 (exceptional release)
This release introduces the following changes:
- Fix the
GeoJSONOptions
object to make it usable, it was interface with no clear way on how to use or even implement it
- remove all references to
JavaScriptObject
(GWT core, uses JSNI) in favor of JsObject
(elemental, uses JsInterop)
- remove all references to
elemental2.core.Function
in favor of custom interface annotated with @JsFunction
- add the
createTile
method to the GridLayer
class
1.0
Fixes the TileLayerOptions initialization bug: #12
Introduces Elmental 2 instead of hand made wrapper classes for browser APIs
0.5
Same as 0.5-rc1 with a slight change:
- Map zoomIn() and zoomOut() methods have arguments of type Double instead of double
- MapOption builder minZoom, maxZoom, and zoom properties types have been changed from double to Double, to accomodate null possiblity.
0.5-rc1
Full compatibility with leaflet 1.0, and some bug fixes:
- added missing options and events
- deleted unecessary objects and fields
- fixed many issues related to typing ( switched from Number to double and int)
- added Projections and CRS constants
0.4
Stable version, that corrects previous versions bugs like event casting. It also provide Options
builders, and adds the missing fields from events and options.