JavaScript Toolkit for Rich Web Mapping Applications ==================================================== GeoExt is a set of widgets and utilities for building rich web mapping applications. Brings together the geospatial know-how of OpenLayers and the user interface savvy of Ext to help you build powerful desktop style GIS apps on the web with javascript. `Documentation <./docs.html>`_ | `Demos <./examples/index.html>`_ | `Download <./downloads.html>`_ | `Development `_ Using GeoExt ------------ See GeoExt in action. .. code-block:: javascript new Ext.Window({ title: "GeoExt", height: 400, width: 600, items: [{ xtype: "gx_mappanel", layers: [new OpenLayers.Layer.WMS( "bluemarble", "http://sigma.openplans.org/geoserver/wms", {layers: 'bluemarble'} )], extent: [-5, 35, 15, 55] }] }).show(); Learn more about using GeoExt in your application by reading the :doc:`documentation `. GeoExt is Open Source --------------------- GeoExt is available under the BSD license and is supported by a growing community of individuals, businesses and organizations. .. toctree:: :hidden: docs tutorials/index primers/index advanced/index developer/index lib/index examples/index downloads