diff --git a/Cyberpipe.suo b/Cyberpipe.suo index f43fc8f..6ab7367 100644 --- a/Cyberpipe.suo +++ b/Cyberpipe.suo Binary files differ diff --git a/Cyberpipe.suo b/Cyberpipe.suo index f43fc8f..6ab7367 100644 --- a/Cyberpipe.suo +++ b/Cyberpipe.suo Binary files differ diff --git a/MainFrm.cs b/MainFrm.cs index ec4ff80..5850283 100644 --- a/MainFrm.cs +++ b/MainFrm.cs @@ -1069,7 +1069,7 @@ for (int j = 0; j < Utility.dataSource.DatasetCount; j++) { GSODataset dataset = Utility.dataSource.GetDatasetAt(j); - if (dataset != null && dictionaryNetLayerNameAndCaption.ContainsKey(dataset.Caption)) + if (dataset != null && dictionaryNetLayerNameAndCaption.ContainsKey(dataset.Caption)&&Utility.LayerLabels.Contains(dataset.Caption)) { dataset.Caption = dataset.Name; globeControl1.Globe.Layers.Add(dataset);