<div dir="ltr">I solved the second part (label) using geometries generator also in the location of the label<div>using the same geometry of the line<br>make_line( start_point( $geometry), translate( centroid( $geometry), $length/10, $length/10), end_point($geometry))<br></div><div><br></div><div>problem with REDUCE geometry still remains...</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno gio 17 giu 2021 alle ore 15:52 Dario C <<a href="mailto:dario955i@gmail.com">dario955i@gmail.com</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi,<div>I'm trying to do an arc starting from a simple line.</div><div><br></div><div>I'm using geometry generator with this code:</div><div>make_line( start_point( $geometry), translate( centroid( $geometry), $length/10, $length/10), end_point($geometry))<br></div><div><br></div><div>and it is working well.</div><div><br></div><div>I'd like to have shorter line, so I started considering extend function with negative paramtere, but it does not work:</div><div>extend(make_line( start_point( $geometry), translate( centroid( $geometry), $length/10, $length/10), end_point($geometry)),-100,-100)<br></div><div>(with positive parameter extension works)</div><div><br></div><div>I have serached in the geometry category but I didn't find anything similar to "reduce".</div><div><br></div><div><br></div><div>Other question, related to the same geometry. I want to have the label curved and at the center of the arc and not of the line.</div><div>I tried with the expression:</div><div>translate( centroid( $geometry), $length/10, $length/10)   <br></div><div>in the "label anchor", but nothing happen :(</div><div><br></div><div><br></div><div>  Any suggestion? Thank you!</div><div><br></div><div><br></div><div>Cheers  <br></div></div>
</blockquote></div>