From c6e26511807708e687bd5c9ef939412f392473ba Mon Sep 17 00:00:00 2001 From: Jason Dekarske Date: Sat, 30 Apr 2022 18:25:04 -0700 Subject: [PATCH] start using spectre properly --- apps/golfview/custom.html | 70 +++++++++++++++++++++------------------ 1 file changed, 37 insertions(+), 33 deletions(-) diff --git a/apps/golfview/custom.html b/apps/golfview/custom.html index 73b101a7e..77f964146 100644 --- a/apps/golfview/custom.html +++ b/apps/golfview/custom.html @@ -20,40 +20,44 @@ -
- - - +
+
+ +
+ + +
+
+
+
    +
    +
    +

    No course loaded.

    + + +
    +
    +

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

    +
      +
    • See official mapping guidelines here.
    • +
    • All holes and features must be within the target course's area.
    • +
    • Supported features are greens, fairways, tees, bunkers, water hazards and holes.
    • +
    • All features for a given hole should have the "ref" tag with the hole number as value. Shared features + should + list ref values separated by ';'. example.
    • +
    • There must be 18 holes and they must have the following tags: handicap, par, ref, dist
    • +
    • For any mapping assistance or issues, please file in the official + repo
    • +
    + Example Course +
    +
    -
    -
      -
      -
      -

      No course loaded.

      - - -
      -
      -

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

      -
        -
      • See official mapping guidelines here.
      • -
      • All holes and features must be within the target course's area.
      • -
      • Supported features are greens, fairways, tees, bunkers, water hazards and holes.
      • -
      • All features for a given hole should have the "ref" tag with the hole number as value. Shared features - should - list ref values separated by ';'. example.
      • -
      • There must be 18 holes and they must have the following tags: handicap, par, ref, dist
      • -
      • For any mapping assistance or issues, please file in the official - repo
      • -
      - Example Course -
      -