GeoExt

Download

Current release: 1.0

GeoExt News

more ...

JavaScript Toolkit for Rich Web Mapping Applications

GeoExt brings together the geospatial know how of OpenLayers with the user interface savvy of Ext JS to help you build powerful desktop style GIS apps on the web with JavaScript.

Documentation | Examples | Download | Development

Using GeoExt

See GeoExt in action.

new Ext.Window({
    title: "GeoExt in Action",
    height: 280, width: 450, layout: "fit",
    items: [{
        xtype: "gx_mappanel",
        layers: [new OpenLayers.Layer.WMS(
            "Global Imagery", "http://maps.opengeo.org/geowebcache/service/wms",
            {layers: "bluemarble"}
        )],
        zoom: 1
    }]
}).show();

Learn more about using GeoExt in your application by reading the documentation.

GeoExt is Open Source

GeoExt is available under the BSD license and is supported by a growing community of individuals, businesses and organizations.