nickcam / FlareClusterLayer

ArcGIS javascript custom graphics layer. Create clusters...with flares.
https://flareclusterlayer.azurewebsites.net/index_v4.html
MIT License
134 stars 51 forks source link

onhover opens wrong flareCluster when map is not full body #68

Closed apaleja closed 3 years ago

apaleja commented 4 years ago

Hi @nickcam ,

thanks for your cluster extension. I tried to used it in map instance which is not 100% of the body span. I noticed wrong flareCluster is getting activated on mouseover.

you can try it here. https://rb.gy/ks9b2w it is clone of this repo with just change in height of the container.

apaleja commented 3 years ago

Hi @nickcam any pointers where I should be looking at ?

nickcam commented 3 years ago

Grab the latest and try it out again, it should work now. Had to put some manual checks in for screen point when the containers had offsets.