Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Views/RingtoetsMapDataFactory.cs =================================================================== diff -u -r44e2c0b1a9a5cf648e6287c2f02038cc1d598c46 -rf718135c08ce7b90cc0eaf40bfb83c9af48a1776 --- Ringtoets/Common/src/Ringtoets.Common.Forms/Views/RingtoetsMapDataFactory.cs (.../RingtoetsMapDataFactory.cs) (revision 44e2c0b1a9a5cf648e6287c2f02038cc1d598c46) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Views/RingtoetsMapDataFactory.cs (.../RingtoetsMapDataFactory.cs) (revision f718135c08ce7b90cc0eaf40bfb83c9af48a1776) @@ -118,5 +118,17 @@ Style = new LineStyle(Color.DarkSeaGreen, 2, DashStyle.Solid) }; } + + /// + /// Create with default styling for collections of . + /// + /// The created . + public static MapLineData CreateForeshoreProfileMapData() + { + return new MapLineData(Resources.ForeshoreProfiles_DisplayName) + { + Style = new LineStyle(Color.LightSeaGreen, 2, DashStyle.Solid) + }; + } } } \ No newline at end of file