summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-10-06 16:30:32 -0700
committerMark Wells <mark@freeside.biz>2016-10-06 16:30:32 -0700
commit203bdd8c6e9e3d12526f80aa064c32ef7e42663a (patch)
treeb19cca9d6d4bb00c6bf3e423eece0be44f0652b3
parent8bd159590e349d9d49855333bb770be3c2ba64c1 (diff)
fix tower height, #39776
-rw-r--r--httemplate/misc/tower-export.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/tower-export.html b/httemplate/misc/tower-export.html
index d359a97a5..9d63640f0 100644
--- a/httemplate/misc/tower-export.html
+++ b/httemplate/misc/tower-export.html
@@ -18,7 +18,7 @@ if ( $cgi->param('format') eq 'tc' ) {
next if ( !$tower->latitude or !$tower->longitude );
my $name = $tower->towername;
- my $height = ( ($tower->altitude || 0 ) + ($tower->height || 0) ) / 3.28;
+ my $height = ($tower->height || 0) / 3.28;
$name =~ s(,)( )g;
$text .= join(',',
$name,