• Is it possible to suppress the elevation profile on individual Waymark maps rather than in Settings which appears to be a global setting?

    Sometimes my gps elevation data is bad – I’d rather show nothing than a poor profile.

Viewing 1 replies (of 1 total)
  • Plugin Author Joe

    (@morehawes)

    Hi @terrylewisbcca,

    You are correct that this is a global Setting. You can chose to show/hide the elevation chart when embedding using the Shortcode using the show_elevation parameter.

    There is currently no option to do this on a Map or Line basis though. The simplest option would be to hide unwanted elevation profiles with the following CSS:

    .waymark-shortcode .waymark-elevation,
    .waymark-shortcode .elevation-polyline {
      display: none;
    }

    I hope this helps. I will think on how this can be improved for the future.

    Cheers,

    Joe

Viewing 1 replies (of 1 total)
  • The topic ‘Elevation profile’ is closed to new replies.