Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/RingtoetsMapDataFeaturesFactoryTest.cs =================================================================== diff -u -r50e4dace4d7214273e78b8da4a6949a1bc122fea -r5ce935100b485ad55d64d8198b29f8ff6c094d2a --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/RingtoetsMapDataFeaturesFactoryTest.cs (.../RingtoetsMapDataFeaturesFactoryTest.cs) (revision 50e4dace4d7214273e78b8da4a6949a1bc122fea) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/RingtoetsMapDataFeaturesFactoryTest.cs (.../RingtoetsMapDataFeaturesFactoryTest.cs) (revision 5ce935100b485ad55d64d8198b29f8ff6c094d2a) @@ -21,14 +21,14 @@ using System.Collections.Generic; using System.Linq; +using Core.Common.Base.Geometry; using Core.Components.Gis.Features; using Core.Components.Gis.Geometries; using NUnit.Framework; using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Forms.Views; using Ringtoets.HydraRing.Data; -using Point2D = Core.Common.Base.Geometry.Point2D; namespace Ringtoets.Common.Forms.Test.Views {