diff --git a/apps/gipy/README.md b/apps/gipy/README.md index 11638503c..4a6921933 100644 --- a/apps/gipy/README.md +++ b/apps/gipy/README.md @@ -50,8 +50,8 @@ Once you have your gpx file you need to convert it to *gpc* which is my custom f They are smaller than gpx and reduce the number of computations left to be done on the watch. Two possibilities here : -- easy : use [gipy uploader](../gipy_uploader) -- hard : use [gpconv](https://github.com/wagnerf42/gpconv) +- easy : upload from here +- hard : use an external tool : [gpconv](https://github.com/wagnerf42/gpconv) * you need to compile *gpconv* yourself (it is some rust code) * you can download additional openstreetmap data to get interest points along the path * you need to upload the obtained *gpc* file manually for example with the [ide](https://www.espruino.com/ide/) diff --git a/apps/gipy_uploader/pkg/gpconv.d.ts b/apps/gipy/pkg/gpconv.d.ts similarity index 100% rename from apps/gipy_uploader/pkg/gpconv.d.ts rename to apps/gipy/pkg/gpconv.d.ts diff --git a/apps/gipy_uploader/pkg/gpconv.js b/apps/gipy/pkg/gpconv.js similarity index 100% rename from apps/gipy_uploader/pkg/gpconv.js rename to apps/gipy/pkg/gpconv.js diff --git a/apps/gipy_uploader/pkg/gpconv_bg.wasm b/apps/gipy/pkg/gpconv_bg.wasm similarity index 100% rename from apps/gipy_uploader/pkg/gpconv_bg.wasm rename to apps/gipy/pkg/gpconv_bg.wasm diff --git a/apps/gipy_uploader/pkg/gpconv_bg.wasm.d.ts b/apps/gipy/pkg/gpconv_bg.wasm.d.ts similarity index 100% rename from apps/gipy_uploader/pkg/gpconv_bg.wasm.d.ts rename to apps/gipy/pkg/gpconv_bg.wasm.d.ts diff --git a/apps/gipy_uploader/pkg/package.json b/apps/gipy/pkg/package.json similarity index 100% rename from apps/gipy_uploader/pkg/package.json rename to apps/gipy/pkg/package.json diff --git a/apps/gipy_uploader/ChangeLog b/apps/gipy_uploader/ChangeLog deleted file mode 100644 index 28f11c1c7..000000000 --- a/apps/gipy_uploader/ChangeLog +++ /dev/null @@ -1 +0,0 @@ -0.01: Initial Release diff --git a/apps/gipy_uploader/README.md b/apps/gipy_uploader/README.md deleted file mode 100644 index f2813ccfb..000000000 --- a/apps/gipy_uploader/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# Gipy Uploader - -Uploads and convert a gpx file to the watch for use with [gipy](../gipy). - -## Creator - -Made by [Frederic Wagner](mailto:frederic.wagner@imag.fr) diff --git a/apps/gipy_uploader/custom.html b/apps/gipy_uploader/custom.html deleted file mode 100644 index 852fdd32a..000000000 --- a/apps/gipy_uploader/custom.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - -

Please select a gpx file to be converted to gpc and loaded.

- - - - - - - - - diff --git a/apps/gipy_uploader/gipy.png b/apps/gipy_uploader/gipy.png deleted file mode 100644 index e9e472f5c..000000000 Binary files a/apps/gipy_uploader/gipy.png and /dev/null differ diff --git a/apps/gipy_uploader/metadata.json b/apps/gipy_uploader/metadata.json deleted file mode 100644 index c0c05e4f4..000000000 --- a/apps/gipy_uploader/metadata.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "id": "gipy_uploader", - "name": "Gipy uploader", - "version": "0.01", - "description": "uploads and convert gpx files for use with gipy", - "icon": "gipy.png", - "type": "app", - "tags": "tool,outdoors,gps", - "supports": ["BANGLEJS2"], - "readme": "README.md", - "storage": [], - "custom": "custom.html", - "allow_emulator": false -}