diff --git a/Cyberpipe.suo b/Cyberpipe.suo index 0b445f3..12a6732 100644 --- a/Cyberpipe.suo +++ b/Cyberpipe.suo Binary files differ diff --git a/Cyberpipe.suo b/Cyberpipe.suo index 0b445f3..12a6732 100644 --- a/Cyberpipe.suo +++ b/Cyberpipe.suo Binary files differ diff --git a/DoublePanelAnalysis.cs b/DoublePanelAnalysis.cs index ddae545..6f36b7e 100644 --- a/DoublePanelAnalysis.cs +++ b/DoublePanelAnalysis.cs @@ -575,7 +575,21 @@ DataTable dt, GSOGlobeControl globeControl1, GSOGlobeControl globeControl2) { GSOFeatures scFeatures = scLayer.GetFeatureByFieldValue("所属道路", road, true); - + double hStandard = 0, vStandard = 0; //默认供电的标准 + if (scLayer.Caption.Contains("给水")) + { + hStandard = 0.03; + vStandard = 0.03; + } + else if (scLayer.Caption.Contains("燃气")) + { + hStandard = 0.06; + vStandard = 0.06; + }else if (scLayer.Caption.Contains("供电")) + { + hStandard = 0.02; + vStandard = 0.02; + } for (int i=0;i