source:
trunk/workshop-routing-foss4g/web/GeoExt/examples/permalink.html
@
81
Revision 76, 1.1 KB checked in by djay, 13 years ago (diff) | |
---|---|
|
Rev | Line | |
---|---|---|
[76] | 1 | <html> |
2 | <head> | |
3 | <title>Permalink Example</title> | |
4 | ||
5 | <script type="text/javascript" src="http://extjs.cachefly.net/ext-3.0.0/adapter/ext/ext-base.js"></script> | |
6 | <script type="text/javascript" src="http://extjs.cachefly.net/ext-3.0.0/ext-all.js"></script> | |
7 | <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-3.0.0/resources/css/ext-all.css" /> | |
8 | <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-3.0.0/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="permalink.js"></script> | |
13 | ||
14 | </head> | |
15 | <body> | |
16 | <h1>Permalink</h1> | |
17 | <p>This example shows how to generate permalinks with the current map position and visible layers.</p> | |
18 | <p>The js is not minified so it is readable. See <a href="permalink.js">permalink.js</a>.</p> | |
19 | <div id="mappanel"></div> | |
20 | <h2>Permalink:</h2> | |
21 | <div id="permalink"></div> | |
22 | </body> | |
23 | </html> |
Note: See TracBrowser
for help on using the repository browser.