source:
trunk/workshop-routing-foss4g/web/GeoExt/examples/wms-capabilities.html
@
80
Revision 76, 1.2 KB checked in by djay, 13 years ago (diff) | |
---|---|
|
Rev | Line | |
---|---|---|
[76] | 1 | <html> |
2 | <head> | |
3 | <title>GeoExt WMS Capabilities Example</title> | |
4 | <script type="text/javascript" src="http://extjs.cachefly.net/ext-3.2.1/adapter/ext/ext-base.js"></script> | |
5 | <script type="text/javascript" src="http://extjs.cachefly.net/ext-3.2.1/ext-all.js"></script> | |
6 | <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-3.2.1/resources/css/ext-all.css" /> | |
7 | <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-3.2.1/examples/shared/examples.css" /> | |
8 | <script src="http://www.openlayers.org/api/2.10/OpenLayers.js"></script> | |
9 | <script type="text/javascript" src="../script/GeoExt.js"></script> | |
10 | ||
11 | <script type="text/javascript" src="wms-capabilities.js"></script> | |
12 | ||
13 | </head> | |
14 | <body> | |
15 | <h1>WMS Capabilities Example</h1> | |
16 | <p>This example shows how to load a grid with data from a WMS | |
17 | capabilities document. You can double-click on a row to see | |
18 | a map preview of the layer.</p> | |
19 | ||
20 | <p>Note that the js is not minified so it is readable. | |
21 | See <a href="wms-capabilities.js">wms-capabilities.js</a>.</p> | |
22 | ||
23 | <div id="capgrid"></div> | |
24 | </body> | |
25 | </html> |
Note: See TracBrowser
for help on using the repository browser.