diff --git a/apps.json b/apps.json index 13bb5892d..c03bb89e0 100644 --- a/apps.json +++ b/apps.json @@ -731,6 +731,7 @@ "description": "Application that allows you to record a GPS track. Can run in background", "icon": "app.png", "tags": "tool,outdoors,gps,widget", + "screenshots": [{"url":"screenshot.png"}], "supports": ["BANGLEJS","BANGLEJS2"], "readme": "README.md", "interface": "interface.html", @@ -4339,7 +4340,7 @@ "version": "0.01", "description": "A touch based GPS watch, shows OS map reference", "icon": "gpstouch.png", - "screenshots": [{"url":"screenshot1.png"},{"url":"screenshot2.png"},{"url":"screenshot3.png"},{"url":"screenshot4.png"}], + "screenshots": [{"url":"screenshot4.png"},{"url":"screenshot2.png"},{"url":"screenshot3.png"},{"url":"screenshot1.png"}], "tags": "tools,app", "supports": ["BANGLEJS2"], "readme": "README.md", diff --git a/apps/gpsrec/README.md b/apps/gpsrec/README.md index 72f744452..71b934111 100644 --- a/apps/gpsrec/README.md +++ b/apps/gpsrec/README.md @@ -8,3 +8,6 @@ This app allows you to record a GPS track. It can run in background. The data ca When you turn on recording, a widget badge that looks like a satellite will appear immediately at the top of the screen. However, the recording does not begin immediately. It usually takes several minutes for the watch to get a [GPS fix](https://en.wikipedia.org/wiki/Time_to_first_fix). You will notice a blinking question mark at the lower left of the badge indicating currently getting a fix. The badge will change when a GPS fix is achieved and that is when the app actually starts writing data to the log file. You can [upload assistant files](https://banglejs.com/apps/#assisted%20gps%20update) to speed up the time spent on getting a GPS fix. +## Viewing a track + +![](screenshot.png) diff --git a/apps/gpsrec/screenshot.png b/apps/gpsrec/screenshot.png new file mode 100644 index 000000000..f6e001749 Binary files /dev/null and b/apps/gpsrec/screenshot.png differ diff --git a/apps/gpstouch/README.md b/apps/gpstouch/README.md index 7329f9833..66733637b 100644 --- a/apps/gpstouch/README.md +++ b/apps/gpstouch/README.md @@ -8,6 +8,8 @@ - Displays the GPS time in the bottom half of the screen when the GPS is powered on, otherwise 00:00:00 - Select display of Course, Speed, Altitude, Longitude, Latitude, Ordinance Servey Grid Reference +Written by: [Hugh Barney](https://github.com/hughbarney) For support and discussion please post in the [Bangle JS Forum](http://forum.espruino.com/microcosms/1424/) + ## Screenshots ![](screenshot1.png)