Skip to content

1.1 (exceptional release)

Compare
Choose a tag to compare
@zak905 zak905 released this 28 Jun 10:46
· 4 commits to master since this 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