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
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 available under the BSD license and is supported by a growing community of individuals, businesses and organizations.