jschuengel: thuban/Extensions/umn_mapserver/sample iceland.html, 1.1, 1.2
cvs@intevation.de
cvs at intevation.de
Wed Jul 28 14:38:17 CEST 2004
Author: jschuengel
Update of /thubanrepository/thuban/Extensions/umn_mapserver/sample
In directory doto:/tmp/cvs-serv24942/sample
Modified Files:
iceland.html
Log Message:
Added code to zoom and move the shown map in the browser.
Index: iceland.html
===================================================================
RCS file: /thubanrepository/thuban/Extensions/umn_mapserver/sample/iceland.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- iceland.html 16 Jun 2004 10:49:47 -0000 1.1
+++ iceland.html 28 Jul 2004 12:38:15 -0000 1.2
@@ -45,6 +45,15 @@
<br><br><hr><br>
<!-- FORM SUBMIT BUTTON -->
+ <div>
+ Zoom Size <input type=text name=zoomsize size=4 value=[zoomsize]><br>
+ <input type=radio name=zoomdir value=1 [zoomdir_1_check]>
+ Zoom In<br>
+ <input type=radio name=zoomdir value=-1 [zoomdir_-1_check]>
+ Zoom Out<br>
+ <input type=radio name=zoomdir value=0 [zoomdir_0_check]>
+ Pan<br>
+ </div>
<div>
<input type="submit" name="submit" value="Refresh Map">
</div>
@@ -53,10 +62,12 @@
</table>
<input type="hidden" name="zoomsize" value=2>
-
+
<input type="hidden" name="map" value="[map]">
<input type="hidden" name="program" value="[program]">
<input type="hidden" name="root" value="[root]">
+
+ <input type="hidden" name="imgext" value="[mapext]">
<input type="hidden" name="map_web_imagepath" value="[map_web_imagepath]">
<input type="hidden" name="map_web_imageurl" value="[map_web_imageurl]">
More information about the Thuban-devel
mailing list
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)