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 JSTS devs
Dear Group:
I am trying to expand a simple polygon. The problem is that I keep getting a corner that does not match the original polygon. Is there a way to change this.
var geometryFactory = new jsts.geom.GeometryFactory();
var shell = geometryFactory.createPolygon(geoInput);
var polygon = shell.buffer(spacing,0) //zero should set to no specialized corner but does not work.
Thank you for your help,
Brad
Bradford Vesely
unread,
Aug 3, 2021, 9:56:21 PM8/3/21
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