summaryrefslogtreecommitdiff
path: root/static/unix-v10/man9/blitmap.9
blob: be776d4445695e10ef0508e4a355590450dc75f8 (plain)
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
.TH BLITMAP 9.7 seki
.CT 1 inst_info graphics
.SH NAME
blitmap \- road maps and path finding
.SH SYNOPSIS
.B blitmap
[
.I option ...
]
.SH DESCRIPTION
.I Blitmap
displays road maps.
It relies on the mouse to select regions, functions, and to give
formats for typed commands.
The metropolitan N.Y.-N.J. area is the default map.
.IR Blitmap's
screen consists of two frames,
a large frame for plotting maps and printing messages to the user, and
a one-line command frame at the bottom.
.I Blitmap
recognizes two commands from the keyboard,
to designate a region and to scale or plot a route
from one point to another.
The commands, which may be typed at any time, follow.
Here
.I option 
is as in the command line.
.HP
[ 
.I option ...
]
.B radius
.I address
[
.BI , " town or zip
]
Plot an area with the given radius in miles around the
.I address.
.TP
.B path
[
.I option ...
]
.B from
.I address
.B to
.I address
[
.BI , " town or zip
]
Trace a route on a map and print traveling
directions from point to point.
.PP
.I Address
may be a number and street or an intersection such as,
.L main and 10th
or
.LR "600 Mountain av,new providence" .
.LP
Button 3 Menu
.TF Zoom-out
.TP
.B Regions
Select which region to plot.
Available regions are San Francisco, New York City and North Jersey,
Washington, Los Angeles and Ann Arbor.
.TP
.B Zoom-in
Using button 3 and the box icon, enclose the area desired and
.I blitmap
will plot a map of that area
centered at the center of the drawn rectangle.
.TP
.B Zoom-out
Enclose an area with a rectangle and the map shown will be reduced to the
rectangle size and the rest of the map filled in.  The center will be at the center
of the drawn rectangle.
.TP
.B Center
With button 3 point to new center.  The radius will remain the same.
.TP
.B Prev. map
.I Blitmap
plots the previous frame.
.TP
.B To draw map
.TP
.B To find path
Tell about the keyboard commands
.TP
.B Quit
Confirm with button 3.
.PD
.PP
Button 2 controls map editing functions.
No editing is actually done, but
by using
the
.B -f
option, a file
of changes will be written, which may be added to the actual database.
.PP
The options specify the algorithm of the path search and plotting choices:
.TP
.B -2
Two ended search (default).
.PD 0
.TP
.B -1
One way search.
.TP
.B -b
Breadth search.
.TP
.B -C
Cyclists \- ignore costs for turns.
.TP
.B -F
Stop at first route connect with breadth search.
.TP
.B -H
Hierarchical search.
(Give priority to major roads.)
.TP
.B -G
In breadth search, ignore ones whose cost + dist >4/3 total airline distance.
.TP
.B -J
Use precomputed routes.
(Available from 600 mountain av,New Providence.)
.TP
.B -V
Verbose directions (all intersections given).
.TP
.B -W
Walkers \- no cost for turns and ignore one-way streets.
.TP
.B -A
Print every possible label.
.TP
.B -B
Print business names.
.TP
.BI -MI x
Forces a detailed street plot for maps whose radius is greater than 10,000 ft.
.TP
.B \-b
Don't print boundaries.
.TP
.BI -i x
Plot only streets with importance
.RI > x ;
.IR x =0
is default.
.TP
.B -j
Do sketch map only.
.TP
.B -l
Don't print labels.
.TP
.B -r
Don't print railroads.
.TP
.B -s
Don't print streets.
.TP
.B -w
Don't print waterways.
.PD
.SH FILES
.TF /n/seki/usr/rje/BLIT/term/term
.TP
.F /n/seki/usr/rje/BLIT/term/term
terminal support program
.TP
.F /n/seki/m?/map/*
map files
.SH BUGS
Since the data bases have not been checked and many streets are not connected,
some paths may be circuitous.
There are no connecting roads
from N.J into N.Y or from Middlesex county into Union.
The routing programs
will churn, trying to find a through street and will not give up.
.br
There are
no one-way tags on the streets.
.br
.I Blitmap
does not know if it has been reshaped.