UMN-LATIS / leaflet-treering

Use link below to test non-released changes.
https://umn-latis.github.io/leaflet-treering/
0 stars 1 forks source link

Helper Functions #84

Closed thorn573 closed 3 years ago

thorn573 commented 3 years ago

Created new global function 'Helper'. Goal is to store all helper functions here so they can be accessed anywhere in code. Currently, only one helper function exists, 'closestPointIndex'.

closestPointIndex gets the index of the nearest point relative to where the user clicks. Previously confined to insertPoint's scope.

cmcfadden commented 3 years ago

looks good