The lines package reads {latitude longitude} values from an ascii file and draws them in visky maps.

The input file should have a point count followed by the appropriate number of latitude and longitude values for each segmet of the line. Here is a sample input file:

11
36.024099 -95.815749
35.984666 -95.377034
35.599151 -95.29173
35.132077 -95.754815
35.241635 -96.108225
35.658582 -96.205715
36.329047 -96.351962
36.701227 -96.16915
36.701227 -95.608576
36.378122 -95.632955
36.201309 -95.974172
Once loaded with the main Lines->Add menu, each map will have a selection in it's Lines menu that controls display of the line. For more information, see the man page

Return to visky main page