I am trying to use your code to use your code to split a Geometry ( Polygon ) into smaller roughly equally sized Polygons.
My plan was to convert the polygon to tiles, divide the tiles as many sets as I need, and then go back to a polygon finding the edges of the new shapes.
Going from polygon to tiles, and splitting them works fine, but going back seems not to be as easy. I have merged the new polygons, and could perhaps use the centre point of each tiles as edges of the new polygon - but I am not sure about the importance of the ordering of the points.
I am trying to use your code to use your code to split a Geometry ( Polygon ) into smaller roughly equally sized Polygons.
My plan was to convert the polygon to tiles, divide the tiles as many sets as I need, and then go back to a polygon finding the edges of the new shapes.
Going from polygon to tiles, and splitting them works fine, but going back seems not to be as easy. I have merged the new polygons, and could perhaps use the centre point of each tiles as edges of the new polygon - but I am not sure about the importance of the ordering of the points.
Any tips ?