Within arcgislink.js, the buffer() function doesn't pass on the "unionResults"
parameter.
I added the following line of code to the "GeometryService.prototype.buffer"
function which fixed the problem on my local copy of the file.
I would love it some could implement this fix.
CODE:
if (p.unionResults) params.unionResults = p.unionResults;
Original issue reported on code.google.com by paul.c.c...@gmail.com on 15 Apr 2013 at 5:18
Original issue reported on code.google.com by
paul.c.c...@gmail.com
on 15 Apr 2013 at 5:18