1 |
<html> |
2 |
<title>Template Gesamtmapfile</title> |
3 |
<body> |
4 |
<br> |
5 |
|
6 |
<br><table border="1"><tr><td width="50%"> |
7 |
Template Gesamtmapfile |
8 |
<a |
9 |
href="http://Pfad zum Mapserv-binary?map=/Pfad zum mapfile.map">Ausgangszustand</a> |
10 |
<form method="GET" action="mapserv-ogr"> |
11 |
<input type="hidden" name="map" value="[map]"> |
12 |
<input type="hidden" name="imgext" value="[mapext]"> |
13 |
<input type="hidden" name="imgxy" value="200 200"> |
14 |
<input type="image" name="img" src="[img]" border="1"><br> |
15 |
|
16 |
<img src="[scalebar]"><br>Maßstab:[scale]<br> |
17 |
Zoomen geht auch:<br> |
18 |
<select name="zoom" size="5"> |
19 |
<option value="18.793"> Auf 1:1000</option> |
20 |
|
21 |
<option value="4">4x hinein</option> |
22 |
<option value |
23 |
<option value="2">2x hinein</option> |
24 |
<option value="1">garnicht</option> |
25 |
<option value="-2">2x raus</option> |
26 |
<option value="-4">4x raus</option> |
27 |
</select><input type="submit" value="Zoom"><br> |
28 |
</td></tr> |
29 |
<tr><td> |
30 |
|
31 |
</td></tr></table> |
32 |
</body> |
33 |
</html> |