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/examples/mappanel-window.html @ 76

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

Ajout du répertoire web

  • Property svn:executable set to *
Line 
1<html>
2    <head>
3        <title>GeoExt MapPanel in an Ext Window</title>
4
5        <script type="text/javascript" src="http://extjs.cachefly.net/ext-3.2.1/adapter/ext/ext-base.js"></script>
6        <script type="text/javascript" src="http://extjs.cachefly.net/ext-3.2.1/ext-all.js"></script>
7        <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-3.2.1/resources/css/ext-all.css" />
8        <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-3.2.1/examples/shared/examples.css" />
9        <script src="http://www.openlayers.org/api/2.10/OpenLayers.js"></script>
10        <script type="text/javascript" src="../script/GeoExt.js"></script>
11       
12        <script type="text/javascript" src="mappanel-window.js"></script>
13
14    </head>
15    <body>
16        <h1>GeoExt.MapPanel in an Ext.Window</h1>
17        <p>This example shows the how to place a MapPanel in another Ext container
18        without creating a map first.  See <a href="mappanel-div.html">mappanel-div.html</a>
19        for an example that creates the map before creating the map panel.<p>
20        <p>The js is not minified so it is readable. See <a href="mappanel-window.js">mappanel-window.js</a>.</p>
21    </body>
22</html>
Note: See TracBrowser for help on using the repository browser.