diff --git a/apps.json b/apps.json index a4e20521d..802451c46 100644 --- a/apps.json +++ b/apps.json @@ -107,5 +107,17 @@ {"name":"+beer"}, {"name":"=beer"} ] + }, + { "id": "route", + "name": "Route Viewer", + "icon": "route.png", + "description": "Upload a KML file of a route, and have your watch display a map with how far around it you are", + "tags": "", + "custom": "route.html", + "storage": [ + {"name":"-route"}, + {"name":"+route"}, + {"name":"=route"} + ] } ] diff --git a/apps/beercompass.html b/apps/beercompass.html index b70f1b9ca..754e80f1c 100644 --- a/apps/beercompass.html +++ b/apps/beercompass.html @@ -1,4 +1,3 @@ - diff --git a/apps/route.html b/apps/route.html new file mode 100644 index 000000000..2440287eb --- /dev/null +++ b/apps/route.html @@ -0,0 +1,254 @@ + + + + + + + +

Or...

+ + +

Upload KML file here: +

+

+

+
+
diff --git a/apps/route.png b/apps/route.png
new file mode 100644
index 000000000..ed27373b3
Binary files /dev/null and b/apps/route.png differ