source:
trunk/workshop-routing-foss4g/web/GeoExt/docs/_sources/index.txt
@
78
Revision 76, 1.5 KB checked in by djay, 13 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | .. Sphinx 0.6.2 will support the 'title' directive. See |
2 | http://bitbucket.org/birkenfeld/sphinx/changeset/036f2d008240/ |
3 | |
4 | |
5 | JavaScript Toolkit for Rich Web Mapping Applications |
6 | ==================================================== |
7 | |
8 | GeoExt brings together the geospatial know how of |
9 | `OpenLayers <http://openlayers.org>`_ with the user interface savvy of `Ext JS |
10 | <http://www.sencha.com/products/js/>`_ to help you build powerful desktop style GIS apps on |
11 | the web with JavaScript. |
12 | |
13 | `Documentation <./docs.html>`_ | |
14 | :ref:`Examples <examples>` | |
15 | `Download <./downloads.html>`_ | |
16 | `Development <http://trac.geoext.org/>`_ |
17 | |
18 | Using GeoExt |
19 | ------------ |
20 | |
21 | See GeoExt in action. |
22 | |
23 | .. cssclass:: execute |
24 | |
25 | .. code-block:: javascript |
26 | |
27 | new Ext.Window({ |
28 | title: "GeoExt in Action", |
29 | height: 280, width: 450, layout: "fit", |
30 | items: [{ |
31 | xtype: "gx_mappanel", |
32 | layers: [new OpenLayers.Layer.WMS( |
33 | "Global Imagery", "http://maps.opengeo.org/geowebcache/service/wms", |
34 | {layers: "bluemarble"} |
35 | )], |
36 | zoom: 1 |
37 | }] |
38 | }).show(); |
39 | |
40 | Learn more about using GeoExt in your application by reading the |
41 | :doc:`documentation <docs>`. |
42 | |
43 | |
44 | GeoExt is Open Source |
45 | --------------------- |
46 | |
47 | GeoExt is available under the BSD license and is supported by a growing |
48 | community of individuals, businesses and organizations. |
49 | |
50 | |
51 | .. toctree:: |
52 | :hidden: |
53 | |
54 | docs |
55 | tutorials/index |
56 | primers/index |
57 | examples |
58 | developer/index |
59 | lib/index |
60 | downloads |
Note: See TracBrowser
for help on using the repository browser.