Activity for gerdba

  • gerdba gerdba committed [eb042e] on Repository

    Update master branch to release 1.7.6

  • gerdba gerdba committed [e7908e] on Repository

    Better support for highres monitors

  • gerdba gerdba committed [8058e7] on Repository

    Better support for highres monitors

  • gerdba gerdba committed [f392c5] on Repository

    Better support for highres monitors

  • gerdba gerdba committed [72fec0] on Repository

    Better support for high-res screens

  • gerdba gerdba committed [76ce16] on Repository

    Better support for high res screens

  • gerdba gerdba committed [9b7e7d] on Repository

    Better support for high-res screens

  • gerdba gerdba committed [40f9bd] on Repository

    Better support for high res screens

  • gerdba gerdba posted a comment on discussion General Discussion

    Hello Erhard, multiple track segments in one GPX file are collected to one track. After opening the file the information of the different segments are lost. On TCX files the handling differs. Multiple tracks in a TCX file are opened as a collection of independend tracks. Note: there is no way at the moment to store multiple tracks or track segments in one file.

  • gerdba gerdba posted a comment on discussion Feature Requests

    Yes that is unfortunately so. It is planned to support waypoints, but I do not know when it will be implemented. At the moment waypoints are completely ignored while importing a track or route.

  • gerdba gerdba committed [524277]

    prepare next release 1.7.2-SNAPSHOT

  • gerdba gerdba posted a comment on discussion General Discussion

    Hi Thomas, I have found and fixed the problem. Please use release 1.7.1.

  • gerdba gerdba committed [ca763d]

    collaboration with Garmin Base Camp, small bug fixes

  • gerdba gerdba committed [73b6da]

    One GPX parser for tracks and routes

  • gerdba gerdba committed [2c5d9b]

    one GPCX parser for route and track

  • gerdba gerdba committed [b98ca8]

    Merge branch 'Feature-common-gpx-parser' of ssh://git.code.sf.net/p/jgpstrackedit/code into Feature-common-gpx-parser

  • gerdba gerdba posted a comment on discussion General Discussion

    Hi Thomas, please can you upload an example file which is saved by JGPSTrackEdit and cannot open in Garmin Basecamp.

  • gerdba gerdba posted a comment on discussion Feature Requests

    The problem is solved. Please try release 1.7.0-RC7.

  • gerdba gerdba committed [53d468]

    Fix Join Track Dialog on Windows

  • gerdba gerdba posted a comment on discussion Feature Requests

    The problem occurs only on Windows systems. Sorry for tat. Most of the time I do the development and test on a Linux machine.

  • gerdba gerdba posted a comment on discussion Feature Requests

    This feature is already in my todo list. But pretty far away.

  • gerdba gerdba committed [e16d6b]

    prepare release 1.7.0-RC6

  • gerdba gerdba posted a comment on discussion Feature Requests

    Please try next release JGPSTrackEdit-1.7.0-RC6.jar.

  • gerdba gerdba committed [c538f9]

    prepare release 1.7.0-RC5

  • gerdba gerdba committed [5fe125]

    one GPCX parser for route and track

  • gerdba gerdba posted a comment on discussion Feature Requests

    There are two problems in the code: 1) The properties file is saved using the code page of the operating system. Better here is to use UTF-8 for writing and reading the file. 2) The windows backslash must be escaped by backslash. Otherwise the file path is misinterpreted. Sorry for that. I do the development by using a Linux machine. And mostly I do all tests there. An update will comming in the next days.

  • gerdba gerdba posted a comment on discussion Feature Requests

    Many requests on that issue. I keep an eye on it.

  • gerdba gerdba posted a comment on discussion General Discussion

    The import probem, you have reported, is solved. Use: release 1.7.0-RC4.

  • gerdba gerdba committed [1815a0]

    prepare release 1.7.0-RC4

  • gerdba gerdba committed [b95690]

    Increase file-level collaboration with Garmin Base Camp

  • gerdba gerdba committed [a6275a]

    1) dont open file that already open 2) use unique track names

  • gerdba gerdba committed [2fe45c]

    Save last work dir in configuration

  • gerdba gerdba committed [e759aa]

    1) Support import file format UTF-8 with BOM

  • gerdba gerdba committed [20646c]

    Prepare next release candidate

  • gerdba gerdba posted a comment on discussion General Discussion

    Thank you Per! I have changed the code and built JGPSTrackEdit-1.7.0-RC2.jar.

  • gerdba gerdba committed [237276]

    Elevation exception using mapquest elevation correction (shapeformat cannot be none)

  • gerdba gerdba posted a comment on a wiki page

    Hi Ian, please give us some more details about your system. At first please check the java version. Open a command line and execute: java -version The request version is 1.8.X. You can use a higher version of java. Please check if there is a log file written. The name of the file is "jgpstrackedit.log". If so please attach the file.

  • gerdba gerdba posted a comment on discussion General Discussion

    Please look at the line: java -jar D:\Downloads\JGPSTrackEdit-1.6.5.jar Maybe the downloaded jar file has a different name. Please edit the line! After the line please add the "pause" command. So you will see whats happen if an error occurs in the CMD window. setlocal set JAVA_HOME=D:\Downloads\jdk8u202-b08-jre set PATH=%JAVA_HOME%\bin;%PATH% cd /D D:\Downloads java -jar D:\Downloads\JGPSTrackEdit-1.7.0-RC1.jar pause endlocal

  • gerdba gerdba committed [ff95af]

    ConcurrentModificationException when opening several gpx-files

  • gerdba gerdba posted a comment on discussion General Discussion

    A solution is to work with separate lists. If I copy two lists the exception will no longer occur. changes in class TracksView: public List<TrackView> getTracksView() { return new LinkedList<>(tracksView); } changes in class TrackView: public List<PointView> getPoints() { return new LinkedList<>(points); }

  • gerdba gerdba committed [ff83e4]

    add double click to select track

  • gerdba gerdba committed [833522]

    Logging using logback, move resources to support IntelliJ

  • gerdba gerdba committed [36b7a3]

    Logging using logback, move resources to support IntelliJ

  • gerdba gerdba committed [1b96e9]

    Add user-agent to WebTileLoadCommand

  • gerdba gerdba committed [2753c8]

    User requests 2019

  • gerdba gerdba committed [bfc9e3]

    add logging (logback)

  • gerdba gerdba committed [3d4b90]

    User requests 2019

  • gerdba gerdba committed [cbc2ff]

    Merge branch 'UserStories2019' of ssh://git.code.sf.net/p/jgpstrackedit/code into UserStories2019

  • gerdba gerdba committed [bec446]

    build fix

  • gerdba gerdba committed [3b2f92]

    add logging (logback)

  • gerdba gerdba committed [2f1476]

    build fix

  • gerdba gerdba committed [58e8d9]

    Merge branch 'UserStories2019' of

  • gerdba gerdba committed [600357]

    Prepare next release

  • gerdba gerdba posted a comment on discussion General Discussion

    Use release 1.6.5 an thunder forest OpenCycleMap. See https://www.thunderforest.com/ how to get an API key. To use Thunderforest OpenCycleMap select the map by using the menu or edit the configuration file JGPSTrackEdit.properties. Set the map type to ThunderforestCycleMap MAPTYPE=ThunderforestCycleMap At the moment you have to enter the api key directly in the configuration file JGPSTrackEdit.properties. MAP_API_KEY_THUNDER_FOREST=your api key

  • gerdba gerdba modified a comment on discussion Feature Requests

    Use release 1.6.5 an thunder forest OpenCycleMap. See https://www.thunderforest.com/ how to get an API key. To use Thunderforest OpenCycleMap select the map by using the menu or edit the configuration file JGPSTrackEdit.properties. Set the map type to ThunderforestCycleMap MAPTYPE=ThunderforestCycleMap At the moment you have to enter the api key directly in the configuration file JGPSTrackEdit.properties. MAP_API_KEY_THUNDER_FOREST=your api key

  • gerdba gerdba posted a comment on discussion Feature Requests

    Use release 1.6.5 an thunder forest OpenCycleMap. See https://www.thunderforest.com/ how to get an API key. To use Thunderforest OpenCycleMap select the map by using the menu or edit the configuration file JGPSTrackEdit.properties. Set the map type to ThunderforestCycleMap MAPTYPE=ThunderforestCycleMap At the moment you have to enter the api key directly in the configuration file JGPSTrackEdit.properties. MAP_API_KEY_THUNDER_FOREST=<your api="" key=""></your>

  • gerdba gerdba committed [8fbde9]

    support thunder forest cycle map with api key

  • gerdba gerdba committed [9179c5]

    1) sorted properties 2) execptions in tiles upload

  • gerdba gerdba posted a comment on discussion Feature Requests

    I'm sorry! It is not possible at the moment! Wait for next version!

  • gerdba gerdba posted a comment on discussion General Discussion

    The underlying error is a 403 http state from open street map while access detailded maps. See: https://help.openstreetmap.org/questions/69383/error-code-403 https://operations.osmfoundation.org/policies/tiles/ We have to think about this. An alternative can be by using open cycle map and own api key. At the moment there is no possibility to use own api key.

  • gerdba gerdba committed [66e800]

    - close all tracks, deselect all views

  • gerdba gerdba committed [847a4d]

    Fix errors after closing track

  • gerdba gerdba committed [307eb9]

    add logging (logback)

  • gerdba gerdba committed [96d0f3]

    User requests 2019

  • gerdba gerdba posted a comment on discussion General Discussion

    Follow the link: https://sourceforge.net/projects/jgpstrackedit/files/latest/download This is the download for a single jar file! May you use windows and you do not see the file extensions. You have to install java. You can download java from https://adoptopenjdk.net/ Download the OpenJDK 8. Before downloading started you can switch to download JRE only. That is sufficient. After installing Java it can be useful for you to create an .BAT file JGPSTrackEdit.bat 8<--------------------------------------------->8...

  • gerdba gerdba posted a comment on discussion General Discussion

    The next version come with drag and drop! May that helps!

  • gerdba gerdba posted a comment on discussion Feature Requests

    At the moment we are concentrating on stability and some more usefull features! And a little bit of user guidance. May in future releases we handle the window position!

  • gerdba gerdba posted a comment on discussion Feature Requests

    I have merged your contribution. There are more changes, not drag and drop only. I have to evaluate all new features and code changes!

  • gerdba gerdba posted a comment on discussion Feature Requests

    A) I do not use Garmin Connect. If I use my old Garmin, I do copy a tcx file direct on the device. That works for me. Can you send me a sample track file with an activity that works in Garmin? B) I miss this feature too. To set an initial timestamp and calculation of the timestamps for each point. In dependency on a given average speed. This is a usefull story. It is planned!

  • gerdba gerdba posted a comment on discussion Feature Requests

    Hallo Jörg, interessanter Fall! Abgesehen davon, dass der einzelne Punkt nicht eingelesen wird (Problem 1), stürzt mit dem Öffnen der Datei gleich der ganze Track-Editor ab bzw. er ist danach nicht mehr benutzbar (Problem 2)! Problem 2) werde ich alsbald beheben. Zu Problem 1): Waypoints sind ja einzelne Punkte. Die können mit derzeitigem Stand nicht angezeigt oder bearbeitet werden. Du brauchst immer einen Track. Und der sollte mindestens zwei Punkte enthalten. Wie wir mit Waypoints umgehen wollen,...

  • gerdba gerdba committed [ba2fad]

    release 1.6.3

  • gerdba gerdba posted a comment on discussion General Discussion

    I can reproduce the error, if I change my configuration (JGPSTrackEdit.properties). In case of "MAPTYPE=GoogleMap" you get the error described above. Please change you configuration like Hubert mentioned. Set "MAPTYPE=OpenStreetMap".

  • gerdba gerdba committed [bc0de1]

    Mapquest elevation correction, edit test resource

  • gerdba gerdba committed [f41b9c]

    Mapquest elevation correction: handle errors 601 and 602

  • gerdba gerdba committed [000fce]

    elevation correction use simple thread, swingworker thread do not

  • gerdba gerdba committed [5916bc]

    progress bar in elevation correction

  • gerdba gerdba committed [c52d47]

    1) Fix out of memory error

  • gerdba gerdba posted a comment on discussion General Discussion

    Hi Freek, Hubert Lutnik is the leader of the project. 95% of the whole code or more is Huberts code. The track editor is his idea. At the moment Hubert is not working on the code. I prefer the following: If you have ideas which match the program and if you are a java programmer, let us work together. May we discuss shortly one of your needs and you start to program. If you are finished you send me the patch file. If we can work well together, it will be fine. In generally in the development I prefer...

  • gerdba gerdba committed [ebc6c5]

    Use mapquest elevation correction

  • gerdba gerdba committed [bffa04]

    Correct elevation error

  • gerdba gerdba committed [09cd11]

    Change elevation correction to mapquest

  • gerdba gerdba modified a comment on discussion Feature Requests

    Thank you for your fix! May be we rewrite the whole elevation correction and use another service for that. If the track is too long the elevation correction do not work. The number of track points is limited. And the limit is very low!

  • gerdba gerdba posted a comment on discussion Feature Requests

    Thank you for your fix! May be we rewrite the whole elevation correction and use another service for that. If the track is too long the elevation corection do not work. The number of track point is limited. And the limit is very low!

  • gerdba gerdba posted a comment on discussion Feature Requests

    Hi Jochen, is it possible for you to create a patch file for the current version 1.6.2. Sources can be found in the repository. To build JGPSTrackEdit now is very simple by using maven.

  • gerdba gerdba committed [2fe488]

    -error correction ascii reader/writer

  • gerdba gerdba committed [634e38]

    New track, fix NullPointerException. Fix warnin...

  • gerdba gerdba committed [20f019]

    GPSies serach, paging, next page, avoid empty page

  • gerdba gerdba posted a comment on discussion Feature Requests

    May be the problem is the following: if you don't select a file typ in save as dialog,...

  • gerdba gerdba posted a comment on discussion General Discussion

    Export of tcx files started in release 1.6.2. Basic export done, but not all tcx...

  • gerdba gerdba posted a comment on discussion Feature Requests

    After splitting a track, the color will be preserved in splitted tracks. Fixed some...

  • gerdba gerdba committed [049032]

    GPSies search, preserve the column width

  • gerdba gerdba committed [5227e4]

    paging in GPSies search

  • gerdba gerdba committed [1c9a11]

    splitted tracks same color;fix some warnings;fi...

  • gerdba gerdba committed [6064c2]

    Remember last known directory per track. saveAs...

  • gerdba gerdba committed [a3c5d0]

    -application icon image

  • gerdba gerdba committed [8ae0eb]

    tcx file support

  • gerdba gerdba committed [b8ffe8]

    saveAs, split, merge

  • gerdba gerdba committed [e8773a]

    initial project version 1.6.1

  • gerdba gerdba committed [b2e351]

    tcx support, unit test

  • gerdba gerdba committed [ef7b88]

    1) About dialog: build infos from pom.xml

1 >
MongoDB Logo MongoDB