diff --git a/apps/golfview/README.md b/apps/golfview/README.md index 56d90782d..99c977f80 100644 --- a/apps/golfview/README.md +++ b/apps/golfview/README.md @@ -1,8 +1,8 @@ # App Name -Describe the app... +This app leverages open source map data to give you a birds eye view of your golf game! See a preview of any hole as well as your realtime distance to the green and position on the hole. -Add screen shots (if possible) to the app folder and link then into this file with ![](.png) +![hole3](screenshot.png) ## Usage @@ -10,8 +10,20 @@ Select your course of interest upon loading this app. ## Contributions -The performance of this app depends on the accuracy and consistency of user-submitted maps. Please contribute to Open Street Map using these guidelines and provide input in ways to support this application. - +The performance of this app depends on the accuracy and consistency of user-submitted maps. + + Example Course ## Controls Swipe to change holes and tap to see a green closeup. diff --git a/apps/golfview/custom.html b/apps/golfview/custom.html index ee468e0ca..d9b89f336 100644 --- a/apps/golfview/custom.html +++ b/apps/golfview/custom.html @@ -8,10 +8,28 @@ -

No course

- - + + +

+
+ + +
+

A course needs a few things to be parsed correctly by this tool.

+ + Example Course
@@ -19,10 +37,15 @@ diff --git a/apps/golfview/screenshot.png b/apps/golfview/screenshot.png new file mode 100644 index 000000000..983b19ece Binary files /dev/null and b/apps/golfview/screenshot.png differ