Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

104
Views
Leaflet Marker Cluster coverage path options

How do I override the options for the Leaflet.markercluster coverage path?

It is using the default style.(The blue shape when the yellow marker cluster button is being hovered).

Or is there a way to disable it on mouseover?

path

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

I guess you are using the Leaflet.markercluster plugin, and are asking how to customize the coverage polygon that is displayed when hovering a cluster, or how to disable this feature?

In that case:

  • to disable this feature, use the showCoverageOnHover option:
L.markerClusterGroup({
  showCoverageOnHover: false
});
  • to customize the appearance of the coverage polygon, use the polygonOptions option, with an object containing appropriate path style options:
L.markerClusterGroup({
  polygonOptions: {
    color: "red"
  }
});
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!