Bienvenue sur PostGIS.fr

Bienvenue sur PostGIS.fr , le site de la communauté des utilisateurs francophones de PostGIS.

PostGIS ajoute le support d'objets géographique à la base de données PostgreSQL. En effet, PostGIS "spatialise" le serverur PostgreSQL, ce qui permet de l'utiliser comme une base de données SIG.

Maintenu à jour, en fonction de nos disponibilités et des diverses sorties des outils que nous testons, nous vous proposons l'ensemble de nos travaux publiés en langue française.

source: trunk/workshop-routing-foss4g/web/GeoExt/docs/_sources/index.txt @ 76

Revision 76, 1.5 KB checked in by djay, 12 years ago (diff)

Ajout du répertoire web

  • Property svn:executable set to *
Line 
1.. Sphinx 0.6.2 will support the 'title' directive.  See
2    http://bitbucket.org/birkenfeld/sphinx/changeset/036f2d008240/
3
4
5JavaScript Toolkit for Rich Web Mapping Applications
6====================================================
7
8GeoExt 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
11the web with JavaScript.
12
13`Documentation <./docs.html>`_ |
14:ref:`Examples <examples>` |
15`Download <./downloads.html>`_ |
16`Development <http://trac.geoext.org/>`_
17
18Using GeoExt
19------------
20
21See 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
40Learn more about using GeoExt in your application by reading the
41:doc:`documentation <docs>`.
42
43
44GeoExt is Open Source
45---------------------
46
47GeoExt is available under the BSD license and is supported by a growing
48community 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.