summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-10-06 12:35:58 -0700
committerMark Wells <mark@freeside.biz>2016-10-06 12:35:58 -0700
commit29f8492a70b3472f1625243070bf58dca2e966b2 (patch)
tree8d99e20aaef71e8c08379c25dacf7a39ca5d2beb
parent44430912d28687b2e7c5c201651a3b329d0626bf (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,