Rework GPX import daemon to use libxml2 for speed.
This commit is contained in:
parent
35ace2607b
commit
fb5f6bb4a2
4 changed files with 179 additions and 204 deletions
|
@ -1,5 +1,5 @@
|
|||
require 'rubygems'
|
||||
gem 'libxml-ruby', '>= 0.8.1'
|
||||
gem 'libxml-ruby', '>= 0.8.3'
|
||||
require 'libxml'
|
||||
|
||||
LibXML::XML::Parser.register_error_handler do |message|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue