Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author dgamoni

    (@dgamoni)

    Hi @partiallypro
    yes it’s possible via css
    eg
    .leaflet-marker-pane .marker-cluster-medium div {
    background-color: rgb(78 182 232);
    }
    .leaflet-marker-pane .marker-cluster-medium {
    background-color: rgb(78 182 232 / 60%);
    }
    .leaflet-marker-pane .marker-cluster-small div {
    background-color: rgb(78 182 232);
    }
    .leaflet-marker-pane .marker-cluster-small {
    background-color: rgb(78 182 232 / 60%);
    }`

    result
    https://prntscr.com/10tr2bf

    Plugin Author dgamoni

    (@dgamoni)

    closed

    Pst @dgamoni
    You can’t close threads, that’s something that happens automatically for threads that have been inactive long enough, or manually, if a moderator closes a thread.
    What you can do, being a plugin author or plugin support rep is to “mark a thread as resolved”.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change grouping dot colors’ is closed to new replies.