source:
trunk/workshop-routing-foss4g/web/GeoExt/examples/zoomslider.html
@
80
Revision 76, 1.2 KB checked in by djay, 13 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | <html> |
2 | <head> |
3 | <title>GeoExt ZoomSlider</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="zoomslider.js"></script> |
13 | </head> |
14 | <body> |
15 | <h1>GeoExt.ZoomSlider</h1> |
16 | <p>The ZoomSlider allows control of the map scale using an Ext.Slider. |
17 | It is also possible to add a special tooltip plugin, ZoomSliderTip, which |
18 | will show the zoom level, scale and resolution while dragging the slider |
19 | (the content is configurable).<p> |
20 | <p>The js is not minified so it is readable. See <a href="zoomslider.js">zoomslider.js</a>.</p> |
21 | <div id="map-container"></div> |
22 | </body> |
23 | </html> |
Note: See TracBrowser
for help on using the repository browser.