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 ofJsObject
(elemental, uses JsInterop) - remove all references to
elemental2.core.Function
in favor of custom interface annotated with@JsFunction
- add the
createTile
method to theGridLayer
class