mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-04-08 12:01:44 +01: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:
parent
a7a298bc40
commit
6e17aa929e
@ -645,10 +645,10 @@ sub do_ent {
|
|||||||
$desc = "exact point";
|
$desc = "exact point";
|
||||||
} elsif ($gpspostsa) {
|
} elsif ($gpspostsa) {
|
||||||
$punkt = $gpspostsa;
|
$punkt = $gpspostsa;
|
||||||
$desc = "GPS (pre SA)";
|
$desc = "GPS (post SA)";
|
||||||
} elsif ($gpspresa) {
|
} elsif ($gpspresa) {
|
||||||
$punkt = $gpspresa;
|
$punkt = $gpspresa;
|
||||||
$desc = "GPS (post SA)";
|
$desc = "GPS (pre SA)";
|
||||||
}
|
}
|
||||||
|
|
||||||
# Find the position of that punkt
|
# Find the position of that punkt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user