Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. this.cluster = leaflet.markerClusterGroup({
  2. zoomToBoundsOnClick: false,
  3. showCoverageOnHover: false,
  4. spiderfyDistanceMultiplier: 3,
  5. spiderLegPolylineOptions: {
  6. weight: 1.5,
  7. color: "#1BA5D0",
  8. lineCap: "butt",
  9. dashArray: "10 10",
  10. opacity: 0.5
  11. }
  12. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement