Index: Ringtoets/Common/src/Ringtoets.Common.Data/StructureBase.cs =================================================================== diff -u -rce24d4fc808e32e5cebe7114ab03919770240d07 -r2f41eb6eb560911cd4ebe2d4d6924c26df911c40 --- Ringtoets/Common/src/Ringtoets.Common.Data/StructureBase.cs (.../StructureBase.cs) (revision ce24d4fc808e32e5cebe7114ab03919770240d07) +++ Ringtoets/Common/src/Ringtoets.Common.Data/StructureBase.cs (.../StructureBase.cs) (revision 2f41eb6eb560911cd4ebe2d4d6924c26df911c40) @@ -131,7 +131,7 @@ } Name = fromStructure.Name; - Location = fromStructure.Location; + Location = new Point2D(fromStructure.Location.X, fromStructure.Location.Y); StructureNormalOrientation = fromStructure.StructureNormalOrientation; }