Bug report #17575

Updated by Jürgen Fischer over 6 years ago

Following #17574, reshaping a MulticurveZ with Z values set to 0, using reshape tool, will add a linestring with z = (default value - previous value) / 2
In my case, I have vertices with Z = 0 and default Z value to 9000. Reshaping a part with 3 vertices gives me:
<pre>
0
0
4500
4500
4500
0
0
</pre> &lt;/pre&gt;g

Back