diff --git a/Code/Fuzzy/otbVectorDataToRoadDescriptionFilter.txx b/Code/Fuzzy/otbVectorDataToRoadDescriptionFilter.txx
index 303c723e8b15a737e4fedf28b7f672dddc5c7634..0c7935adabbd789a1b8d6ffe6c030da5721e227c 100644
--- a/Code/Fuzzy/otbVectorDataToRoadDescriptionFilter.txx
+++ b/Code/Fuzzy/otbVectorDataToRoadDescriptionFilter.txx
@@ -71,7 +71,6 @@ VectorDataToRoadDescriptionFilter<TVectorData, TOpticalImage>
   folder->SetNodeType(otb::FOLDER);
   // Adding the layer to the data tree
   this->GetOutput(0)->GetDataTree()->Add(folder, document);
-  this->GetOutput(0)->SetProjectionRef(this->GetInput()->GetProjectionRef());
 
   TreeIteratorType itVector(this->GetInput()->GetDataTree());
   itVector.GoToBegin();