Hi,
I have
polyline with polyline_id with start and end measure (ex : 0 and 100). And another
descriptive information (without geometry) with start and end measure (ex. 50
and 75) and the polyline_id.
I did
featureMerger and then snipper with measure value.
But I got
the whole polyline (0 start and 100 end ) but I want polyline with (50 and
75)
There is something
wrong. Any idea how can I get it.
Thanks