jawj / OverlappingMarkerSpiderfier

Deals with overlapping markers in Google Maps JS API v3, Google Earth-style
http://blog.mackerron.com
838 stars 238 forks source link

leg height #102

Closed neshala closed 9 years ago

neshala commented 9 years ago

Is it possible to configure height of leg, i saw legWeight , but i really would like to make bigger space between many markers located on same lat and lng?

Problem: height

jawj commented 9 years ago

You can experiment with these additional undocumented properties (defaults in brackets):

circleFootSeparation (23) spiralFootSeparation (26) spiralLengthStart (11) spiralLengthFactor (4)

neshala commented 9 years ago

Thanks a lot, i got some pretty interesting results using following config: circleSpiralSwitchover: "Infinity", circleFootSeparation: 50

Thanks a lot for help, really appreciate it.

circle