User Activity

  • Modified a comment on discussion General Discussion on JGPSTrackEdit

    For some reason the Elevation API does not accept ‘outShapeFormat=none’ anymore, even though the documentation says so. Two JGPSTrackEdit files can be changed to fix this: package jgpstrackedit.map.elevation.mapquest MapQuestElevationCorrection.java: private static final String BASE_URL = "http://open.mapquestapi.com/elevation/v1/profile?key=*KEY*&shapeFormat=cmp&latLngCollection="; package jgpstrackedit.map.elevation.mapquest ElevationResponse.java: @JsonPropertyOrder({ "elevationProfile", "shapePoints",...

  • Posted a comment on discussion General Discussion on JGPSTrackEdit

    For some reason the Elevation API does not accept ‘outShapeFormat=none’ anymore, even though the documentation says so. Two JGPSTrackEdit files can be changed to fix this: package jgpstrackedit.map.elevation.mapquest MapQuestElevationCorrection.java: private static final String BASE_URL = "http://open.mapquestapi.com/elevation/v1/profile?key=KEY&shapeFormat=cmp&latLngCollection="; package jgpstrackedit.map.elevation.mapquest ElevationResponse.java: @JsonPropertyOrder({ "elevationProfile", "shapePoints",...

  • Posted a comment on discussion General Discussion on JGPSTrackEdit

    Thank you. Nice and easy fix.

  • Posted a comment on discussion General Discussion on JGPSTrackEdit

    Anyone else getting this output on console? When opening several gpx-files (File - Open Directory...) (It looks like a random timing issue...) Using Commit: [ff83e4] add double click to select track Exception in thread "AWT-EventQueue-0" java.util.ConcurrentModificationException at java.util.LinkedList$ListItr.checkForComodification(LinkedList.java:966) at java.util.LinkedList$ListItr.next(LinkedList.java:888) at java.util.Collections$UnmodifiableCollection$1.next(Collections.java:1042) at jgpstrackedit.view.TracksPanel.paintComponent(TracksPanel.java:259)...

  • Posted a comment on discussion General Discussion on JGPSTrackEdit

    Using JGPSTrackEdit-1.7.0-RC2-bundle.jar (also JGPSTrackEdit-1.7.0-RC1-bundle.jar) When using menu.File.Open_Directory (jgpstrackedit.control.UIController.openDirectory) to open several (20+) gpx files in different locations, I get this Exception in System.err: Exception in thread "AWT-EventQueue-0" java.util.ConcurrentModificationException at java.util.LinkedList$ListItr.checkForComodification(LinkedList.java) at java.util.LinkedList$ListItr.next(LinkedList.java) at java.util.Collections$UnmodifiableCollection$1.next(Collections.java)...

  • Updated merge request #1 on JGPSTrackEdit

    Track colors and new split naming

  • Created merge request #1 on JGPSTrackEdit

    Track colors and new split naming

View All

Personal Data

Username:
pebal
Joined:
2019-01-30 16:29:38

Projects

This is a list of open source software projects that PeBal is associated with:

  • JGPSTrackEdit GPS track editor for editing tracks and planning (multiple) day tours Last Updated:
MongoDB Logo MongoDB