gpx insert now works

This commit is contained in:
Steve Coast 2006-12-01 17:56:13 +00:00
parent fac305e87b
commit 92418b7954
5 changed files with 42 additions and 15 deletions

View file

@ -4,4 +4,6 @@ It looks like your GPX file
<%= @trace_name %>
failed to import :-(
failed to import. Here's the error:
<%= @error %>

View file

@ -4,4 +4,5 @@ It looks like your GPX file
<%= @trace_name %>
loaded successfully with <%= @trace_points %> points.
loaded successfully with <%= @trace_points %> out of a possible
<%= @possible_points %> points.