<br><div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">pointn(<br></blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
       geometryn(the_geom, 1),<br></blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">       generate_series(1, numpoints(geometryn(the_geom, 1)))<br></blockquote>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">)<br></blockquote><div></div><div></div><div><div>Hi, that means if there is a Linestring, e.g. LINESTRING ( x1 y1, x2 y2, x3 y4 )<br>
</div><div>this function will Return 3 Points. </div><div>But my itention was: If I have a LINESTRING ( x1 y1, x2 y2, x3 y4 ), I want to add a given amount of points to this linestring, so that when tranforming it to MULTIPOINT I will have a return of (for example) 7 points ... but i DONT'T want to change the geometry of the linestring, just adding some more points! </div>
<div>so:  transforming LINESTRING ( x1 y1, x2 y2, x3 y4 ) to LINESTRING ( x1 y1, x2 y2, x3 y4, x4 y4, x5 y5, ... ) but it is the same line!</div><div>Why doing all this stuff? I just want to find out the center of that linestring^^</div>
<div>bye </div><br><br></div>