-
Notifications
You must be signed in to change notification settings - Fork 5
/
itasca_adds_scalebar.html
95 lines (80 loc) · 4.58 KB
/
itasca_adds_scalebar.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!-- MapServer Template -->
<!DOCTYPE html>
<html>
<head>
<title>MapServer - Itasca Application</title>
</head>
<body bgcolor="#ffffff">
<center><h1>MapServer - Itasca Application</h1></center>
<hr>
<form method="GET" action="[program]" name="mapserv">
<center>
<table border="0" cellspacing="0" cellpadding="4">
<tr>
<td valign="top" align="center">
<table width="390" border="0" cellspacing="0" cellpadding="4" align="center" bgcolor="#666666">
<tr>
<td align="center"><input type="image" name="img" src="[img]" width="[mapwidth]" height="[mapheight]" border="0" alt="this is the map"></td>
</tr>
<tr>
<td bgcolor="#666666">
<img align="right" title="scalebar (km)" alt="scalebar (km)" src="[program]?map=[map]&mapext=[minx]+[miny]+[maxx]+[maxy]&map.scalebar=UNITS+KILOMETERS&mode=scalebar">
<img title="scalebar (mi)" alt="scalebar (mi)" src="[scalebar]">
</td>
</tr>
</table>
</td>
<td valign="top" bgcolor="#ffffff">
<table cellpadding="5" cellspacing="0" border="0" bgcolor="#ffffff">
<tr>
<td>
<center><input type="submit" value="Refresh/Query"></center>
<p>
<input type="radio" name="mode" value="browse" checked> <b>Browse map</b><br>
<input type="radio" name="mode" value="query"> <b>Query feature</b><br>
<input type="radio" name="mode" value="nquery"> <b>Query multiple features</b>
<hr>
<p>
<b>Select Layers to Display: </b><br>
<select multiple name="layer" size=5>
<option value="airports" [airports_select]> Airports
<option value="cities" [cities_select]> Cities
<option value="ctybdpy2" [ctybdpy2_select]> County Boundary
<option value="lakespy2" [lakespy2_select]> Lakes & Rivers
<option value="dlgstln2" [dlgstln2_select]> Streams
<option value="roads" [roads_select]> Roads
<option value="twprgpy3" [twprgpy3_select]> Townships
<option value="drgs" [drgs_select]> USGS 1:250,000 Quads
</select>
<p>
Zoom In <input type=radio name=zoomdir value=1 [zoomdir_1_check]>
Pan <input type=radio name=zoomdir value=0 [zoomdir_0_check]>
Zoom Out <input type=radio name=zoomdir value=-1 [zoomdir_-1_check]>
<p>
Zoom Size <input type=text name=zoomsize size=4 value=[zoomsize]>
<p>
<font size=+1><b>Legend</b></font><br><hr>
<img src="[legend]"><hr>
<p>
<center><input name="ref" type="image" src="[ref]" border="0"></center>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
<input type="hidden" name="imgxy" value="[center]">
<input type="hidden" name="imgext" value="[mapext]">
<input type="hidden" name="map" value="[map]">
<input type="hidden" name="root" value="[root]">
<input type="hidden" name="savequery" value="true">
<input type="hidden" name="program" value="[program]">
<input type="hidden" name="map_web" value="[map_web]">
</form>
<p><hr><p>
<a href="[root]/index.html">back to start</a>
<p>
<i>itasca_adds_scalebar.html</i>
</body>
</html>