kdefilip / google-maps-utility-library-v3

Automatically exported from code.google.com/p/google-maps-utility-library-v3
Apache License 2.0
0 stars 0 forks source link

arcgislink.js buffer problem #250

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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