• Resolved timonexe

    (@timonexe)


    Hi,

    Is it possible to remove the marker label title from the tooltip?

    Like in this picture, remove the: [Water] from the rest of the title: Verzorgingspost 1

    Let me know if anyone knows a solution for this, thanks!

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

    (@morehawes)

    Hi @timonexe,

    Thanks for reaching out. The following CSS will achieve this:

    .leaflet-tooltip-pane .waymark-type-label {
    display: none;
    }

    If you (or your organisation) benefit from Waymark, please consider supporting the continued development of the plugin through sponsorship 🙂

    I hope that helps,

    Joe

    Plugin Author Joe

    (@morehawes)

    I added an example of this here.

    Joe

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove marker label title from tooltip’ is closed to new replies.