diff --git a/apps/gpstrek/README.md b/apps/gpstrek/README.md index 32dc3512a..6901c90f1 100644 --- a/apps/gpstrek/README.md +++ b/apps/gpstrek/README.md @@ -13,6 +13,7 @@ Choose either a route or a waypoint as basis for the display and configure setti ### Map The map shows the loaded route. Current waypoint is a green dot with a circle around it that denotes how close you need to be to autoselect the next waypoint as target. +The map is centered on the currently selected waypoint and the position will be shown relative to the waypoint. If the position is farther away than can be shown on the display the icon turns red and shows the approximate direction on the border of the map. Secondary map mode is an overview map. Tap the overview to enter scrolling mode and move it around. Tap again to get back to normal function navigation. ### Info diff --git a/apps/gpstrek/metadata.json b/apps/gpstrek/metadata.json index c52005d13..0ec3a8bfe 100644 --- a/apps/gpstrek/metadata.json +++ b/apps/gpstrek/metadata.json @@ -4,7 +4,7 @@ "version": "0.10", "description": "Helper for tracking the status/progress during hiking. Do NOT depend on this for navigation!", "icon": "icon.png", - "screenshots": [{"url":"screenMap.png"},{"url":"screenLost.png"},{"url":"screen1.png"},{"url":"screen2.png"},{"url":"screen3.png"},{"url":"screen4.png"}], + "screenshots": [{"url":"screenInit.png"},{"url":"screenMenu.png"},{"url":"screenMap.png"},{"url":"screenLost.png"},{"url":"screenOverview.png"},{"url":"screenOverviewScroll.png"},{"url":"screenSlices.png"},{"url":"screenSlices2.png"},{"url":"screenSlices3.png"}], "tags": "tool,outdoors,gps", "supports": ["BANGLEJS2"], "readme": "README.md", diff --git a/apps/gpstrek/screen1.png b/apps/gpstrek/screen1.png deleted file mode 100644 index 3cfd7d31b..000000000 Binary files a/apps/gpstrek/screen1.png and /dev/null differ diff --git a/apps/gpstrek/screen2.png b/apps/gpstrek/screen2.png deleted file mode 100644 index 9a6e14e06..000000000 Binary files a/apps/gpstrek/screen2.png and /dev/null differ diff --git a/apps/gpstrek/screen3.png b/apps/gpstrek/screen3.png deleted file mode 100644 index a0c7fd8c3..000000000 Binary files a/apps/gpstrek/screen3.png and /dev/null differ diff --git a/apps/gpstrek/screen4.png b/apps/gpstrek/screen4.png deleted file mode 100644 index 7b6812077..000000000 Binary files a/apps/gpstrek/screen4.png and /dev/null differ diff --git a/apps/gpstrek/screenInit.png b/apps/gpstrek/screenInit.png new file mode 100644 index 000000000..297055dc4 Binary files /dev/null and b/apps/gpstrek/screenInit.png differ diff --git a/apps/gpstrek/screenMap.png b/apps/gpstrek/screenMap.png index f46357820..60b8ca44f 100644 Binary files a/apps/gpstrek/screenMap.png and b/apps/gpstrek/screenMap.png differ diff --git a/apps/gpstrek/screenMenu.png b/apps/gpstrek/screenMenu.png new file mode 100644 index 000000000..34c47c767 Binary files /dev/null and b/apps/gpstrek/screenMenu.png differ diff --git a/apps/gpstrek/screenOverview.png b/apps/gpstrek/screenOverview.png new file mode 100644 index 000000000..2ab229102 Binary files /dev/null and b/apps/gpstrek/screenOverview.png differ diff --git a/apps/gpstrek/screenOverviewScroll.png b/apps/gpstrek/screenOverviewScroll.png new file mode 100644 index 000000000..157fe92ec Binary files /dev/null and b/apps/gpstrek/screenOverviewScroll.png differ diff --git a/apps/gpstrek/screenSlices.png b/apps/gpstrek/screenSlices.png new file mode 100644 index 000000000..3e417a315 Binary files /dev/null and b/apps/gpstrek/screenSlices.png differ diff --git a/apps/gpstrek/screenSlices2.png b/apps/gpstrek/screenSlices2.png new file mode 100644 index 000000000..3574078df Binary files /dev/null and b/apps/gpstrek/screenSlices2.png differ diff --git a/apps/gpstrek/screenSlices3.png b/apps/gpstrek/screenSlices3.png new file mode 100644 index 000000000..06b5074d1 Binary files /dev/null and b/apps/gpstrek/screenSlices3.png differ