RE: [mapguide-users] RE: RE: Buffer rectangle

2007-07-08 Thread Martin Morrison
buffer size. Now draw an arc in each corner the size of your buffer. This will be the correct result. Martin -Original Message- From: [EMAIL PROTECTED] on behalf of Jim O'Leary Sent: Sun 7/8/2007 3:55 PM To: mapguide-users@lists.osgeo.org Subject: [mapguide-users] RE: RE: B

[mapguide-users] RE: RE: Buffer rectangle

2007-07-08 Thread Jim O'Leary
I am already calling the Buffer() method from an MgGeometry polygon with an arbitrary number of x,y coordinates. However, the buffer that the method returns is a circle, and not the shape of that polygon. I took my code from the Autodesk Dev Guide sample selectfeaturesinbuffer.php, and also from