Activity for PeBal

  • PeBal PeBal modified a comment on discussion General Discussion

    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",...

  • PeBal PeBal posted a comment on discussion General Discussion

    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",...

  • PeBal PeBal posted a comment on discussion General Discussion

    Thank you. Nice and easy fix.

  • PeBal PeBal posted a comment on discussion General Discussion

    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)...

  • PeBal PeBal posted a comment on discussion General Discussion

    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)...

  • PeBal PeBal updated merge request #1

    Track colors and new split naming

  • PeBal PeBal created merge request #1

    Track colors and new split naming

1
MongoDB Logo MongoDB