• Resolved hsmeets

    (@hsmeets)


    Hi Joe,

    While taking a closer look at the elevation map I noticed 2 small things:

    1. Translation
      “Total Ascent” and “Total Descent” are not translated (Dutch), I looked in the translation tool but these two strings are not present to be translated. Happy to provide the translation: Total Ascent –> Totale Stijging and Total Descent –> Totale Afdaling
    2. Conflict between the map and the elevation.
      Sadly I can’t include a screenshot here but when you move the cursor over the elevation map a black square with distance and height is shown. However on the highest point the black square moves under the map and is only partial readable. Maybe some more whitespace between the map and the elevation could solve this or change the z-order?

    Regards,
    Huib

    • This topic was modified 1 year ago by hsmeets.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Joe

    (@morehawes)

    Hi @hsmeets,

    Thanks for raising these!

    “Total Ascent” and “Total Descent” are not translated (Dutch), I looked in the translation tool but these two strings are not present to be translated.

    Good catch, I have now included these for localization so they will be available for translation (it may take a little time for them to appear). All translations are very much appreciated! ??

    However on the highest point the black square moves under the map and is only partial readable. Maybe some more whitespace between the map and the elevation could solve this or change the z-order?

    Strange, for me the text is above the Map and not hidden as you describe :-/ You can add extra white space using the following CSS:

    .waymark-elevation-container {
      padding-top: 20px !important;
    }

    I hope this helps.

    Cheers,

    Joe

    Thread Starter hsmeets

    (@hsmeets)

    Hi Joe,

    1. Translation for Dutch language updated.
    2. css with padding (or margin): extra whitespace is created but the height/distance is still covered but now by the whitespace created. But it is no big deal, so lets leave it as it is.

    Regards,
    Huib

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘2 simple thingies…’ is closed to new replies.