mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-08 14:54:28 +00:00
[svn r7528] ----------------------------------------------------------------------
r10835: expo | 2006-08-08 18:42:56 +0100 Fix annotation of pre- and post-SA GPS fixes ----------------------------------------------------------------------
This commit is contained in:
@@ -26,7 +26,7 @@ if ($usage) {
|
||||
}
|
||||
|
||||
unless ($ARGV[0]) {
|
||||
print STDERR "Specify a CSV file name as the program's argument(e.g. CAVETAB2.CSV)\n\n";
|
||||
print STDERR "Specify a CSV file name as the program's argument (e.g. CAVETAB2.CSV)\n\n";
|
||||
usage();
|
||||
}
|
||||
|
||||
@@ -645,10 +645,10 @@ sub do_ent {
|
||||
$desc = "exact point";
|
||||
} elsif ($gpspostsa) {
|
||||
$punkt = $gpspostsa;
|
||||
$desc = "GPS (pre SA)";
|
||||
$desc = "GPS (post SA)";
|
||||
} elsif ($gpspresa) {
|
||||
$punkt = $gpspresa;
|
||||
$desc = "GPS (post SA)";
|
||||
$desc = "GPS (pre SA)";
|
||||
}
|
||||
|
||||
# Find the position of that punkt
|
||||
|
||||
Reference in New Issue
Block a user