styling
This commit is contained in:
parent
38b837d870
commit
0c7424ae25
@ -245,7 +245,8 @@ begin
|
||||
bends[i+1] = st_removepoint(bends[i+1], 0);
|
||||
bends[j] = st_geometryn(multi, 1);
|
||||
bends[j] = st_setpoint(
|
||||
bends[j], st_npoints(bends[j])-1,
|
||||
bends[j],
|
||||
st_npoints(bends[j])-1,
|
||||
st_pointn(bends[i], st_npoints(bends[i]))
|
||||
);
|
||||
bends = bends[1:j] || bends[i+1:prev_length];
|
||||
|
Loading…
Reference in New Issue
Block a user