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

First of all, excellent piece of software even in current shape. I have encountered issues with "Zoom" setting. My tracks are completely out of viewport when zoom is set manually...

Steps to reproduce: windows 10 download [tracks.gpx.txt](https://github.com/gpx-animator/gpx-animator/files/12137375/tracks.gpx.txt) rename tracks.gpx.txt to tracks.gpx `java -jar "C:\Program Files\gpx-animator\gpx-animator-1.8.2-all.jar" --input "tracks.gpx"` exception is ``` 05:00:24.541 [main] INFO app.gpx_animator.Main - 0% computed zoom is 12...

### Discussed in https://github.com/gpx-animator/gpx-animator/discussions/556 Originally posted by **albansuser** July 12, 2023 I frequently use the beginning and end trim function on Tracks. However these settings don't seem to apply to...

bug
hackergarten

java.lang.NullPointerException: Cannot invoke "java.awt.geom.Point2D.getX()" because "marker" is null java.util.concurrent.ExecutionException: java.lang.NullPointerException: Cannot invoke "java.awt.geom.Point2D.getX()" because "marker" is null at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122) at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191) at java.desktop/javax.swing.SwingWorker.get(SwingWorker.java:613) at app.gpx_animator.ui.swing.MainFrame$5.done(MainFrame.java:503) at java.desktop/javax.swing.SwingWorker$5.run(SwingWorker.java:750) at java.desktop/javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(SwingWorker.java:848) at...

bug
analyze

Posted as new issue as there was no reaction on my comment for a week. ### Discussed in https://github.com/gpx-animator/gpx-animator/discussions/508 Originally posted by **PalutoBaluloni** March 20, 2023 Hi. After upgrading to...

bug
analyze

The rendering of OpenSeaMap don't show all information, but just the nautical sign. See the rendering of GPX-Animator using OpenSeaMap : ![GPXAnim_OSM_View](https://github.com/gpx-animator/gpx-animator/assets/17789022/272b7b53-5b6e-4c8e-9cac-3e2a43ad024c) And the rendering on OpenSeaMap's website at the...

bug
analyze

I would like to merge a multi-day roadtrip GPX into a single track file but using multiple segments, with `force point time interval` option, because my GPX does not contain...

enhancement

With PR #428 merged in the `Renderer` the `marker` (`Point2D.Double`) is always `null` which results in a `NullPointerException`. To keep GPX Animator working, I removed the feature from v1.8.2 with...

bug
enhancement

The parser implementation is dumb, error-prone, and difficult to extend.

have the following error when rendering 2 tracks

analyze