Hello,

For me, viking is still slow 
if i view large gpx track files (1000 up to 20.000 track points)
I do not feel any improvment with the skip-same patch

I am still using this script to simplify the track to %25
and I apply it so many times until viking can handle the track fast:

#!/bin/bash -x
points=$(grep -c trkpt "$1" )

basename=$(basename "$1" .gpx )
n=$(( $points/4 ))

t=/tmp/${basename}.${n}.gpx
mv "$1" "$t" 
gpsbabel -t -i gpx -f "$t" -x simplify,count=$n -o gpx -F "$1" 

-- 
Jodok Ole Müllers
Coerdestraße 41
48147 Münster

MOB : +49 151 50 57 83 86   
FON : +49 251 57 995 78   
FAX : +49 251 2007 93 34
MAIL: jo...@muellers.ms   

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Viking-devel mailing list
Viking-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/viking-devel
Viking home page: http://viking.sf.net/

Reply via email to