更新MahApps.Metro包已防止编译错误,RTK误差改为0.8避免卡顿
This commit is contained in:
parent
c85a17a324
commit
45fe1e4df9
@ -13,7 +13,7 @@ namespace Plane.FormationCreator.Formation
|
|||||||
static class Extensions
|
static class Extensions
|
||||||
{
|
{
|
||||||
public const float GpsArrivedDis = 2.0f; //GPS模式下航点到达精度
|
public const float GpsArrivedDis = 2.0f; //GPS模式下航点到达精度
|
||||||
public const float RTKArrivedDis = 0.6f; //RTK模式航点达到精度
|
public const float RTKArrivedDis = 0.8f; //RTK模式航点达到精度
|
||||||
public const float GpsCloseDis = 2.0f; //GPS模式下碰撞检测最近距离
|
public const float GpsCloseDis = 2.0f; //GPS模式下碰撞检测最近距离
|
||||||
public const float RTKClosedDis = 0.5f; //RTK模式下碰撞检测最近距离
|
public const float RTKClosedDis = 0.5f; //RTK模式下碰撞检测最近距离
|
||||||
|
|
||||||
|
@ -51,8 +51,8 @@
|
|||||||
<HintPath>..\packages\MvvmLightLibs.5.2.0.0\lib\net45\GalaSoft.MvvmLight.Platform.dll</HintPath>
|
<HintPath>..\packages\MvvmLightLibs.5.2.0.0\lib\net45\GalaSoft.MvvmLight.Platform.dll</HintPath>
|
||||||
<Private>True</Private>
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="MahApps.Metro, Version=1.2.2.0, Culture=neutral, PublicKeyToken=f4fb5a3c4d1e5b4f, processorArchitecture=MSIL">
|
<Reference Include="MahApps.Metro, Version=1.5.0.23, Culture=neutral, PublicKeyToken=f4fb5a3c4d1e5b4f, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\MahApps.Metro.1.2.2.0\lib\net45\MahApps.Metro.dll</HintPath>
|
<HintPath>..\packages\MahApps.Metro.1.5.0\lib\net45\MahApps.Metro.dll</HintPath>
|
||||||
<Private>True</Private>
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="MaterialDesignColors, Version=1.1.2.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="MaterialDesignColors, Version=1.1.2.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
@ -79,7 +79,7 @@
|
|||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Data" />
|
<Reference Include="System.Data" />
|
||||||
<Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
<Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\MahApps.Metro.1.2.2.0\lib\net45\System.Windows.Interactivity.dll</HintPath>
|
<HintPath>..\packages\MahApps.Metro.1.5.0\lib\net45\System.Windows.Interactivity.dll</HintPath>
|
||||||
<Private>True</Private>
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System.Xml" />
|
<Reference Include="System.Xml" />
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<packages>
|
<packages>
|
||||||
<package id="CommonServiceLocator" version="1.3" targetFramework="net45" />
|
<package id="CommonServiceLocator" version="1.3" targetFramework="net45" />
|
||||||
<package id="MahApps.Metro" version="1.2.2.0" targetFramework="net46" />
|
<package id="MahApps.Metro" version="1.5.0" targetFramework="net46" />
|
||||||
<package id="MaterialDesignColors" version="1.1.2" targetFramework="net46" />
|
<package id="MaterialDesignColors" version="1.1.2" targetFramework="net46" />
|
||||||
<package id="MaterialDesignThemes" version="1.4.0.473" targetFramework="net46" />
|
<package id="MaterialDesignThemes" version="1.4.0.473" targetFramework="net46" />
|
||||||
<package id="Microsoft.Maps.MapControl.WPF" version="1.0.0.3" targetFramework="net45" />
|
<package id="Microsoft.Maps.MapControl.WPF" version="1.0.0.3" targetFramework="net45" />
|
||||||
|
Loading…
Reference in New Issue
Block a user