Solved

I'd need to create a plygon from X1, Y2, X2, Y2 coordinates


 X1/Y1 is the left bottom corner and X2/Y2 is the right top corder. 

Cannot find how to do it...? Vertex creator with Add point and LineBuilder just draws a line

icon

Best answer by caracadrian 29 June 2022, 11:39

View original

2 replies

Badge +20

Put a BoundingBoxReplacer after LineBuilder

Userlevel 5
Badge +25

Alternatively, if you have the coordinates in attributes, you can use a 2DBoxReplacer

Reply