Skip to content

Commit ff2c243

Browse files
committed
trail: Mark this as 0.20
1 parent f5b452a commit ff2c243

File tree

3 files changed

+22
-8
lines changed

3 files changed

+22
-8
lines changed

apps/trail/ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
0.01: New App!
22
0.10: Redesign to make screen updates fast
33
0.11: bugfix (demo mode was enabled by default)
4-
4+
0.20:

apps/trail/README.md

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,27 @@ After GPS fix is acquired, it displays familiar arrow with road in
88
front of you. It never stores whole track in memory, so it should work
99
with fairly large files.
1010

11-
GPX files can be obtained from various services, www.mapy.cz is one of
12-
them (actually uses openstreetmap data for most of the world).
11+
On startup, you select track you want to work with. After it is
12+
loaded, few screens are available.
13+
14+
1) "Follow" -- displays arrow on the track. Should work well as you
15+
follow the route. If you get lost, press top right corner to "recover".
16+
17+
2) "Map" -- can draw a track around your current position. Press top
18+
right corner to redraw.
19+
20+
3) "Statistics"
21+
22+
Press touchscreen corners to select functions
23+
24+
Zoom Function
25+
Prev screen Next
1326

1427
## Preparing data
1528

16-
"gpx2egt.sh < file.gpx > t.name.egt" can be used to prepare data, then
17-
upload it to watch.
29+
GPX files can be obtained from various services, www.mapy.cz is one of
30+
them (actually uses openstreetmap data for most of the world).
1831

19-
# [rt].*.egt
20-
# deal with "end of trail"
32+
"gpx2egt.sh < file.gpx > t.name.egt" can be used to prepare data, then
33+
upload it to watch. Filename has to be in t.*.egt or r.*.egt format
34+
(suggestion is to use t.* for track "there" and r.* for return track).

apps/trail/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ "id": "trail",
22
"name": "Trail Rail",
3-
"version":"0.11",
3+
"version":"0.20",
44
"description": "Follow a GPX track in car or on bike",
55
"icon": "app.png",
66
"readme": "README.md",

0 commit comments

Comments
 (0)