Hi @moostang88 I'd use a CoordinateSystemExtractor on the AOI features, followed by a VariableSetter. Put a VariableRetriever before the Reprojector for the centerline features then use that attribute for the Destination Coordinate System in the Reprojector. Remember that the variable needs to be set before it's read back, so make sure that the AOI reader in the navigator is ahead (or above) the centerline reader in the Navigator Pane. Lastly, you might need a disabled connection between the VariableSetter and VariableRetriever.
Thanks. But, it just does not work. It does not reproject at all.
Hi @moostang88 The VariableSetter and Retriever should be on different paths, e.g.
Ah. I see. Now it works ! Thanks !!