What is the simplify-js file required for the LargestRectangle function
16 views
Skip to first unread message
heeya....@gmail.com
unread,
Jul 3, 2019, 1:54:39 PM7/3/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to d3plus
I see in the LargestRectangle code that there is another file that is required for it to run called simplify-js. I looked online and am seeing a pretty popular polyline simplification library by a gitHub user named mourner. Is this the correct file? It is in line 52 of the code on github. (https://github.com/alexandersimoes/d3plus/blob/master/src/geom/largestRect.coffee) Thanks for the advice!