Index: Core/GIS/src/Core.GIS.SharpMap/Core.GIS.SharpMap.csproj =================================================================== diff -u -r8e258eec8318163d7ce452ffc0db1fab83f511c1 -re5c8235335a7846047281186bcc11ea0d05cd897 --- Core/GIS/src/Core.GIS.SharpMap/Core.GIS.SharpMap.csproj (.../Core.GIS.SharpMap.csproj) (revision 8e258eec8318163d7ce452ffc0db1fab83f511c1) +++ Core/GIS/src/Core.GIS.SharpMap/Core.GIS.SharpMap.csproj (.../Core.GIS.SharpMap.csproj) (revision e5c8235335a7846047281186bcc11ea0d05cd897) @@ -149,7 +149,6 @@ - Fisheye: Tag e5c8235335a7846047281186bcc11ea0d05cd897 refers to a dead (removed) revision in file `Core/GIS/src/Core.GIS.SharpMap/Layers/WmsLayer.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: Core/GIS/test/Core.GIS.SharpMap.Tests/Core.GIS.SharpMap.Tests.csproj =================================================================== diff -u -r8e258eec8318163d7ce452ffc0db1fab83f511c1 -re5c8235335a7846047281186bcc11ea0d05cd897 --- Core/GIS/test/Core.GIS.SharpMap.Tests/Core.GIS.SharpMap.Tests.csproj (.../Core.GIS.SharpMap.Tests.csproj) (revision 8e258eec8318163d7ce452ffc0db1fab83f511c1) +++ Core/GIS/test/Core.GIS.SharpMap.Tests/Core.GIS.SharpMap.Tests.csproj (.../Core.GIS.SharpMap.Tests.csproj) (revision e5c8235335a7846047281186bcc11ea0d05cd897) @@ -132,7 +132,6 @@ - Fisheye: Tag e5c8235335a7846047281186bcc11ea0d05cd897 refers to a dead (removed) revision in file `Core/GIS/test/Core.GIS.SharpMap.Tests/TestWmsCapabilityParser.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag e5c8235335a7846047281186bcc11ea0d05cd897 refers to a dead (removed) revision in file `Core/Plugins/src/Core.Plugins.SharpMapGis.Gui/Commands/MapAddWmsLayerCommand.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: Core/Plugins/src/Core.Plugins.SharpMapGis.Gui/Core.Plugins.SharpMapGis.Gui.csproj =================================================================== diff -u -r8e258eec8318163d7ce452ffc0db1fab83f511c1 -re5c8235335a7846047281186bcc11ea0d05cd897 --- Core/Plugins/src/Core.Plugins.SharpMapGis.Gui/Core.Plugins.SharpMapGis.Gui.csproj (.../Core.Plugins.SharpMapGis.Gui.csproj) (revision 8e258eec8318163d7ce452ffc0db1fab83f511c1) +++ Core/Plugins/src/Core.Plugins.SharpMapGis.Gui/Core.Plugins.SharpMapGis.Gui.csproj (.../Core.Plugins.SharpMapGis.Gui.csproj) (revision e5c8235335a7846047281186bcc11ea0d05cd897) @@ -46,7 +46,6 @@ - @@ -94,8 +93,6 @@ - - UserControl Index: Core/Plugins/src/Core.Plugins.SharpMapGis.Gui/Forms/MapLegendView/MapLegendView.cs =================================================================== diff -u -reb012559c6dd84e85838dd827a99ea0b858bffd8 -re5c8235335a7846047281186bcc11ea0d05cd897 --- Core/Plugins/src/Core.Plugins.SharpMapGis.Gui/Forms/MapLegendView/MapLegendView.cs (.../MapLegendView.cs) (revision eb012559c6dd84e85838dd827a99ea0b858bffd8) +++ Core/Plugins/src/Core.Plugins.SharpMapGis.Gui/Forms/MapLegendView/MapLegendView.cs (.../MapLegendView.cs) (revision e5c8235335a7846047281186bcc11ea0d05cd897) @@ -42,15 +42,11 @@ this.gui = gui; - var wmsMapLayerGroupTreeViewNodePresenter = new WmsMapLayerGroupTreeViewNodePresenter(guiPlugin, gisService); - var wmsMapLayerTreeViewNodePresenter = new WmsMapLayerTreeViewNodePresenter(guiPlugin, gisService); var mapTreeViewNodePresenter = new MapTreeViewNodePresenter(guiPlugin); var mapLayerTreeViewNodePresenter = new MapLayerTreeViewNodePresenter(guiPlugin); var mapLayerLegendStyleTreeViewNodePresenter = new VectorStyleTreeViewNodePresenter(); var themeItemTreeViewNodePresenter = new ThemeItemTreeViewNodePresenter(guiPlugin); - TreeView.NodePresenters.Add(wmsMapLayerGroupTreeViewNodePresenter); - TreeView.NodePresenters.Add(wmsMapLayerTreeViewNodePresenter); TreeView.NodePresenters.Add(mapTreeViewNodePresenter); TreeView.NodePresenters.Add(mapLayerTreeViewNodePresenter); TreeView.NodePresenters.Add(mapLayerLegendStyleTreeViewNodePresenter); Fisheye: Tag e5c8235335a7846047281186bcc11ea0d05cd897 refers to a dead (removed) revision in file `Core/Plugins/src/Core.Plugins.SharpMapGis.Gui/Forms/MapLegendView/WmsMapLayerGroupNodePresenter.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag e5c8235335a7846047281186bcc11ea0d05cd897 refers to a dead (removed) revision in file `Core/Plugins/src/Core.Plugins.SharpMapGis.Gui/Forms/MapLegendView/WmsMapLayerTreeViewNodePresenter.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag e5c8235335a7846047281186bcc11ea0d05cd897 refers to a dead (removed) revision in file `Core/Plugins/test/Core.Plugins.SharpMapGis.Tests/Commands/CommandTests.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: Core/Plugins/test/Core.Plugins.SharpMapGis.Tests/Core.Plugins.SharpMapGis.Tests.csproj =================================================================== diff -u -r8e258eec8318163d7ce452ffc0db1fab83f511c1 -re5c8235335a7846047281186bcc11ea0d05cd897 --- Core/Plugins/test/Core.Plugins.SharpMapGis.Tests/Core.Plugins.SharpMapGis.Tests.csproj (.../Core.Plugins.SharpMapGis.Tests.csproj) (revision 8e258eec8318163d7ce452ffc0db1fab83f511c1) +++ Core/Plugins/test/Core.Plugins.SharpMapGis.Tests/Core.Plugins.SharpMapGis.Tests.csproj (.../Core.Plugins.SharpMapGis.Tests.csproj) (revision e5c8235335a7846047281186bcc11ea0d05cd897) @@ -79,7 +79,6 @@ -