|
@@ -112,24 +112,13 @@ namespace XzXdDw.App.UserControl
|
|
|
.AddMapMenu("停止加载", SvgHelper.LoadFromFile("Image\\Stop.svg"), (lon, lat) => stoped = true)
|
|
|
.AddMapMenu("GDOP分析", SvgHelper.LoadFromFile("Image\\GDOP.svg"), (lon, lat) =>
|
|
|
{
|
|
|
-
|
|
|
+
|
|
|
})
|
|
|
-
|
|
|
+
|
|
|
.AddPosMenu<PosRes>("误差椭圆", SvgHelper.LoadFromFile("Image\\误差椭圆.svg"), item =>
|
|
|
{
|
|
|
-
|
|
|
- })
|
|
|
- .AddRectMenu<PosRes>("时差初值预估", SvgHelper.LoadFromFile("Image\\初值预估.svg"), items =>
|
|
|
- {
|
|
|
- var rect = mapControl1.GetCurrentRect();
|
|
|
- if (dtxdctrl == null)
|
|
|
- {
|
|
|
- dtxdctrl = new DtXDParam();
|
|
|
- }
|
|
|
- dtxdctrl.rect = rect;
|
|
|
- PopupHelper.ShowPopup(dtxdctrl, mapControl1, mapControl1.Width / 4);
|
|
|
- });
|
|
|
|
|
|
+ });
|
|
|
|
|
|
//查询已有的定位记录
|
|
|
using (RHDWContext db = new RHDWContext())
|