1 |
jschuengel |
2246 |
<!-- |
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 a initialisationfile 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 |
|
|
|
19 |
|
|
<head> |
20 |
|
|
<title>MapServer Iceland Sample Application</title> |
21 |
|
|
</head> |
22 |
|
|
|
23 |
|
|
<body bgcolor="#FFFFFF"> |
24 |
|
|
<h2 align="center"> |
25 |
|
|
<br> |
26 |
|
|
MapServer Iceland Sample Application |
27 |
|
|
</h2> |
28 |
|
|
<hr> |
29 |
|
|
<p align="center"> |
30 |
|
|
This application showes the sample from the thuban "umn mapserver" extension. |
31 |
|
|
<p align="center"> |
32 |
|
|
Click the "Initalize" button to show the map |
33 |
|
|
<p> |
34 |
|
|
|
35 |
|
|
<!-- EDIT THE FORM ACTION --> |
36 |
|
|
<form name="demo" method="GET" action="/scripts/mapserv" onSubmit="submit_form()"> |
37 |
|
|
<div align="center"> |
38 |
|
|
<input type="hidden" name="layer" value="political"> |
39 |
|
|
<input type="hidden" name="layer" value="cultural"> |
40 |
jschuengel |
2322 |
<input type="hidden" name="layer" value="cultural_type"> |
41 |
jschuengel |
2246 |
<input type="hidden" name="layer" value="roads"> |
42 |
|
|
<input type="hidden" name="layer" value="topographie"> |
43 |
|
|
|
44 |
|
|
<input type="hidden" name="zoomsize" value=2> |
45 |
|
|
|
46 |
|
|
<!-- EDIT THESE HIDDEN VARIABLES --> |
47 |
|
|
<input type="hidden" name="map" value="/opt/mapserver/sample/iceland.map"> |
48 |
|
|
<input type="hidden" name="program" value="/scripts/mapserv"> |
49 |
|
|
<input type="hidden" name="root" value="/iceland_sample/"> |
50 |
|
|
<input type="hidden" name="map_web_imagepath" value="/tmp/"> |
51 |
|
|
<input type="hidden" name="map_web_imageurl" value="/tmp/"> |
52 |
|
|
<input type="submit" value="Initialize"></center> |
53 |
|
|
</div> |
54 |
|
|
</form> |
55 |
|
|
|
56 |
|
|
<p><hr><p> |
57 |
|
|
|
58 |
|
|
</body> |
59 |
|
|
|
60 |
|
|
</html> |