Friday 25 October 2013

Finally: GeoExt 2.0.0 released

Two weeks after the first release candidate, we are happy and proud to announce the release of GeoExt 2.0.0!

Download it at https://github.com/geoext/geoext2/releases/tag/v2.0.0

GeoExt 2.0.0 is the first official GeoExt version that is built atop of OpenLayers 2.13.1 and ExtJS 4.2.1.

Read more about this release over at github, download GeoExt 2.0.0, and use it in your OpenLayers 2.13.1 and Ext JS 4.2.1 powered webpage. Do so by telling the autoloading-mechanism of Ext about GeoExt:

Ext.Loader.setConfig({
  enabled: true,
  paths: {
    GeoExt: "path/to/geoext2/src",
    Ext: "path/to/extjs/src"
  }
});


We are looking forward to your feedback on this release.


No comments:

Post a Comment