-
```
Należało by wprowadzić do listy skrzynek wygenerowanych w 'Moich Trasach' i
zgromadzonych w 'Schowku'
możliwość pobrania gpx'a w formacie GARMIN (GPX + zdjęcia) .
Obecnie pokutuje tam nadal zwyk…
-
xml.go **formatGPXTime** method
```
const formattingTimelayout = "2006-01-02T15:04:05Z"
func formatGPXTime(time *time.Time) string {
if time == nil {
return ""
}
if time.Year()
-
```
Należało by wprowadzić do listy skrzynek wygenerowanych w 'Moich Trasach' i
zgromadzonych w 'Schowku'
możliwość pobrania gpx'a w formacie GARMIN (GPX + zdjęcia) .
Obecnie pokutuje tam nadal zwyk…
-
Continuing the work of Issue #7, there should be a proper zipped GPX Im- and Export as the major exchange file format for FancyPlaces
- examine/use k3b's GPX reader
- rebuild GPX writer with lessons l…
-
I'm testing workout-tracker , I love that app which runs fast on Docker image :+1:
I'd like to import past workouts from csv file which is formatted like that (I don't have gpx files any more) :
…
-
Currently OsmAnd uses multiple name formats for GPX tracks it saves. Recorded tracks are saved as for example "2021-02-11_10-01_Tue.gpx" while planned routes and calculated routes are saved as "Thu 11…
-
[filter_track.html](https://www.gpsbabel.org/htmldoc-development/filter_track.html) says:
> Split by date or time interval (see README).
https://www.gpsbabel.org/readme.html ? Probably not. How …
-
Currently GPX export is available for any type of entity on the list page. This is not relevant : the GPX format supports linestring geometries, not points, not polygons, not geometry collections. So …
-
This is what i did (btw i´m no a programmer o something like that):
**1) Copy and paste your code inside a GPSpython.py file** (first created a notepad TXT and renamed it .PY, then pasted the code)…
-
Opening a gpx track with OrganicMaps shows the track as blue line on the map.
It would be great if instead of using a single color, the track could use different colors to indicate travlling speed.…