|
@@ -216,12 +216,12 @@ namespace XdCxRhDW.App.EditForms
|
|
|
mapControl1.DrawDtoLineTwo($"[{msat},超短{CDBAnt[0]}°]带参时差线", xdDtoLine1);
|
|
|
|
|
|
var tsDtoLine = DrawDtoLineHelper.DtoLine2XStart(twoStartOption);
|
|
|
- mapControl1.DrawDtoLine($"[{msat},{nsat}]时差线", tsDtoLine);
|
|
|
+ mapControl1.DrawDtoLine($"[{msat},{nsat}]带参时差线", tsDtoLine);
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
//var xdDtoLine = DrawDtoLineHelper.DtoLineXdNoRef(dtoLineXd);
|
|
|
- //mapControl1.DrawDtoLine($"[{msat},超短{CDBAnt[0]}°]时差线", xdDtoLine);
|
|
|
+ //mapControl1.DrawDtoLine($"[{msat},超短{CDBAnt[0]}°]无参时差线", xdDtoLine);
|
|
|
|
|
|
var xdDtoLine1 = DrawDtoLineHelper.DtoLineXdNoRefEx(dtoLineXd);
|
|
|
mapControl1.DrawDtoLineTwo($"[{msat},超短{CDBAnt[0]}°]无参时差线", xdDtoLine1);
|
|
@@ -231,10 +231,10 @@ namespace XdCxRhDW.App.EditForms
|
|
|
|
|
|
|
|
|
var tsDtoLine = DrawDtoLineHelper.DtoLine2XNoRefStart(twoStartOption);
|
|
|
- mapControl1.DrawDtoLine($"[{msat},{nsat}]时差线", tsDtoLine);
|
|
|
+ mapControl1.DrawDtoLine($"[{msat},{nsat}]无参时差线", tsDtoLine);
|
|
|
|
|
|
//var tsDtoLine2 = DrawDtoLineHelper.DtoLine2XNoRefStartZl(twoStartOption);
|
|
|
- //mapControl1.DrawDtoLine($"[{msat},{nsat}]时差线zl", tsDtoLine2);
|
|
|
+ //mapControl1.DrawDtoLine($"[{msat},{nsat}]无参时差线zl", tsDtoLine2);
|
|
|
}
|
|
|
}
|
|
|
catch (Exception ex)
|