jeffreykemp / jk64-plugin-reportmap

Report Google Map APEX Plugin
https://jeffreykemp.github.io/jk64-plugin-reportmap/
MIT License
43 stars 16 forks source link

Spiderfiy Markers #77

Closed SmileyMan closed 4 years ago

SmileyMan commented 5 years ago

Hi.

Even with marker cluster locations that have the exact same LAT/LNG hide each other (Converting Postcodes to LAT/LNG so happens to me)

I use ROUND(LATITUDE + -0.00030 * COS((+90*dbms_random.value()) / 180 * 3.1415926), 10) AS LATITUDE ROUND(LONGITUDE + - 0.00030 * COS((+90*dbms_random.value()) / 180 * 3.1415926), 10) AS LONGITUDE at the moment to move markers a little bit but found this does weird stuff to Marker Cluster (Duplicates markers)

Cluster Markers that spiderfiy at around zoom 13-15 be excellent.

Some links to explain what I mean:

https://codepen.io/kimmenbert/pen/oxBrJK (Perfect)

https://jsfiddle.net/4mtyu/1833/

https://github.com/jawj/OverlappingMarkerSpiderfier

jeffreykemp commented 4 years ago

Added in Release 1.2