• Resolved khrisme

    (@khrisme)


    Hi,

    I added and displayed a KML route.
    How can I make the line thicker, please?
    The line is so thin that it is nearly impossible to tap on the route on mobile devices even if I zoom in.

    Could you suggest, please?
    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author MiKa

    (@photoweblog)

    Hello @khrisme

    in your KML file you will find something like:

    <Style id="redLine">
        <LineStyle>
          <color>#ff0000ff</color>
          <width>5</width>
        </LineStyle>
      </Style>

    Change the value within the <width> tag.

    Br, Michael

    Thread Starter khrisme

    (@khrisme)

    Thank you so much! Quite obvious – now, that I know ??
    Just rated the plugin – 5 stars, indeed ?? Loving the plugin so much ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to make the line of the route thicker?’ is closed to new replies.