gpx-animator icon indicating copy to clipboard operation
gpx-animator copied to clipboard

GPX Animator

Results 136 gpx-animator issues
Sort by recently updated
recently updated
newest added

"File > Save as template" -> save the configuration (without tracks) as a template in a special template folder inside the configuration folder. Ask for a template name that is...

enhancement
hackergarten

It would make loading a bunch of GPX files easier, if you could write something like: `java -jar gpx-animator.jar --input-files *.gpx` The shell will automatically expand the wildcard, so the...

enhancement

Adding an option to draw the dots (markers) instead of connected lines. Idea from @willjobs based on #314.

enhancement
hackergarten

There are several classes used for coordinates: - [ ] GpxPoint - [ ] LatLon - [ ] Waypoint - [ ] Point2D.Double - [ ] Point2D - [ ]...

maintenance

When does it apply? Does it work with track segments? Has it a sensitivity?

website

There is an annoying bug / open issue with SpotBugs: It does not recognize the equals implementation of Java records as acceptable and issues a warning. Details: https://github.com/spotbugs/spotbugs/issues/1367 In some...

blocked/waiting

While v1.6 introduced a 15% speedup, performance is still not great. We should look at speeding up the render process.

analyze

For example, it would be nice to be able to write 4m20s300ms instead of 260300.

enhancement

Rather than outputting 1 line per frame, we should use `\r` to print out progress on a single line.

enhancement