• Resolved alessandroavenali

    (@alessandroavenali)


    Hey buddy I noticed that when elevation profile is displayed, the track on the map will be colored as a mixture of its initial color and the elevation color. Also width will be affected, resulting in an override of set width for that track.

    Is it possible to avoid elevation profile affecting the map?

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

    (@morehawes)

    Hi @alessandroavenali,

    The extra Line added by the Elevation feature can be hidden with the following CSS:

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

    I hope this helps,

    Joe

Viewing 1 replies (of 1 total)
  • The topic ‘Elevation display influences track color and width’ is closed to new replies.