/[maps]/web/googlemap.cgi
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /web/googlemap.cgi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 27 by dpavlin, Fri Dec 7 03:44:12 2007 UTC revision 29 by dpavlin, Fri Dec 7 04:05:07 2007 UTC
# Line 207  $map_div Line 207  $map_div
207  $map_script  $map_script
208  <a href="http://aprs.gids.nl/nmea/">GPS - NMEA sentence information</a>  <a href="http://aprs.gids.nl/nmea/">GPS - NMEA sentence information</a>
209                  });                  });
210    
211                    my $stats = NMEA->stats;
212                    $html .= '<table>';
213                    foreach my $n ( keys %$stats ) {
214                            $html .= "<tr><td>$n</td><td>" . $stats->{$n} . "</td></tr>";
215                    }
216                    $html .= '</table>';
217                    
218          } else {          } else {
219                  $html .= '<em>No points found for ' . $q->param('trace') . '</em>';                  $html .= '<em>No points found for ' . $q->param('trace') . '</em>';

Legend:
Removed from v.27  
changed lines
  Added in v.29

  ViewVC Help
Powered by ViewVC 1.1.26