]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/trace.rb
Merge pull request #4536 from tomhughes/trace-size-limit
[rails.git] / app / models / trace.rb
index 1e8f25a830757b64f9cfa692d6fcaa6a74fce03b..818cc363b8629595bed5a4d842033f708598f14c 100644 (file)
@@ -202,7 +202,7 @@ class Trace < ApplicationRecord
     logger.info("GPX Import importing #{name} (#{id}) from #{user.email}")
 
     file.open do |file|
-      gpx = GPX::File.new(file.path)
+      gpx = GPX::File.new(file.path, :maximum_points => Settings.max_trace_size)
 
       f_lat = 0
       f_lon = 0