/[thuban]/branches/WIP-pyshapelib-bramz/Extensions/umn_mapserver/sample/iceland.html
ViewVC logotype

Annotation of /branches/WIP-pyshapelib-bramz/Extensions/umn_mapserver/sample/iceland.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2304 - (hide annotations)
Wed Jul 28 12:38:15 2004 UTC (20 years, 7 months ago) by jschuengel
Original Path: trunk/thuban/Extensions/umn_mapserver/sample/iceland.html
File MIME type: text/html
File size: 2227 byte(s)
Added code to zoom and move the shown map in the browser.

1 jschuengel 2247 <!--
2     Copyright (c) 2004 by Intevation GmbH
3     Authors:
4     Jan Schüngel <[email protected]>
5    
6     This program is free software under the GPL (>=v2)
7     Read the file COPYING coming with Thuban for details.
8    
9     This is the templatefile to test the sample .map-file of
10     the umn_mapserver extension of Thuban as an UMN MapServer Application.
11    
12     $Revision$
13     $Source$
14     $Id$
15     -->
16    
17     <html>
18     <head>
19     <title>MapServer Iceland Sample Application</title>
20     </head>
21    
22     <body bgcolor="#ffffff">
23    
24     <center><h1>MapServer Iceland Sample Application</h1></center>
25    
26     <hr><br>
27    
28     <form name="mapserv" method="GET" action="[program]">
29    
30     <table border="0" align="center" cellpadding="10">
31     <tr>
32     <td>
33     <input type="image" name="img" src="[img]" width="[mapwidth]" height="[mapheight]" border="1">
34     </td>
35     <td valign="top">
36     <b>Select Layers:</b><br>
37     <select multiple name="layer" size=5>
38    
39     <option value="cultural" [cultural_select]> Cultural (points)
40     <option value="roads" [roads_select]> Roads (line)
41     <option value="political" [political_select]> Political (polygon)
42     <option value="topographie" [topographie_select]> Topographie (raster)
43    
44     </select>
45    
46     <br><br><hr><br>
47     <!-- FORM SUBMIT BUTTON -->
48 jschuengel 2304 <div>
49     Zoom Size <input type=text name=zoomsize size=4 value=[zoomsize]><br>
50     <input type=radio name=zoomdir value=1 [zoomdir_1_check]>
51     Zoom In<br>
52     <input type=radio name=zoomdir value=-1 [zoomdir_-1_check]>
53     Zoom Out<br>
54     <input type=radio name=zoomdir value=0 [zoomdir_0_check]>
55     Pan<br>
56     </div>
57 jschuengel 2247 <div>
58     <input type="submit" name="submit" value="Refresh Map">
59     </div>
60     </td>
61     </tr>
62     </table>
63    
64     <input type="hidden" name="zoomsize" value=2>
65 jschuengel 2304
66 jschuengel 2247 <input type="hidden" name="map" value="[map]">
67     <input type="hidden" name="program" value="[program]">
68     <input type="hidden" name="root" value="[root]">
69    
70 jschuengel 2304 <input type="hidden" name="imgext" value="[mapext]">
71    
72 jschuengel 2247 <input type="hidden" name="map_web_imagepath" value="[map_web_imagepath]">
73     <input type="hidden" name="map_web_imageurl" value="[map_web_imageurl]">
74    
75     </form>
76     </body>
77     </html>

Properties

Name Value
svn:eol-style native
svn:keywords Author Date Id Revision

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26