• Resolved flavio

    (@finegiro)


    Hi Joe! Thanks for the awesome plugin, it makes me things much easier, loving it!

    I was wondering if there’s a way to detach the elevation data from the map itself, and show both things separately: I’d like to put some text in between. I searched the documentation but didn’t find a way.

    And also if it’s possible to hide the data under the elevation map (i.e.: Total Length: 6.62 kmMax. Elevation: 437.00 mMin. Elevation: 242.20 m).

    Thanks again and best wishes!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Joe

    (@morehawes)

    Hi @finegiro,

    I’m glad you like the plugin, reviews greatly appreciated! ??

    I was wondering if there’s a way to detach the elevation data from the map itself, and show both things separately: I’d like to put some text in between. I searched the documentation but didn’t find a way.

    Interesting question. My gut is that this might be a bit tricky, but I will add it to my list to look in to.

    And also if it’s possible to hide the data under the elevation map (i.e.: Total Length: 6.62 kmMax. Elevation: 437.00 mMin. Elevation: 242.20 m).

    This will hide the entire summary:

    .waymark-elevation .elevation-summary {
      display: none;
    }

    Or, you can hide them individually like this:

    .waymark-elevation .elevation-summary .totlen { //Or .maxele / .minele
      display: none;
    }

    I hope that helps.

    Cheers,

    Joe

    Thread Starter flavio

    (@finegiro)

    Hi Joe and thanks for answering, just dropped the review!!

    CSS code worked like a charm.

    Please let me know if you find a way to split the elevation data, would be great ??

    Thanks again and all the best!

    Plugin Author Joe

    (@morehawes)

    Hi @finegiro,

    I am very glad to hear that worked for you and thanks for the review. I will aim to update this thread if/when I make any progress with the elevation chart.

    Cheers,

    Joe

    Thread Starter flavio

    (@finegiro)

    Sounds great Joe, thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Show only elevetion map’ is closed to new replies.