I want to add new points (vertexes) to a line. For example:
I have a line of 100 meters with two points (start point and end point). I want to add 9 new points, so that the line gets new vertexes every ten metres. Is this possible in FME "out of the box", or do I new Python for that? The VertexCreator seems to be the right tool, but how can I tell it to add a point in a regular intervall (I do not have list with the new coordinates).
Kind regards from Germany
Thomas