Hello,
While editing a feature in the EditLayer, I get an Exception when I try to add a new point with Ctrl+click.
Here is the call stack :
System.ArgumentOutOfRangeException: The decimal degree longitude value you provided was out of range.
Parametername: fromPoint.X
bei ThinkGeo.MapSuite.Core.x6d719af406ea4c2c.x000790e3d1efa7f1(Double x71c485ec47c597f6, String x34decc57f0820440)
bei ThinkGeo.MapSuite.Core.DecimalDegreesHelper.GetDistanceFromDecimalDegrees(PointShape fromPoint, PointShape toPoint, DistanceUnit returningUnit)
bei ThinkGeo.MapSuite.Core.DecimalDegreesHelper.x6b757a4eeb20d6cc(Double x3707b23eb223fb79, Double x97dfec72e8e9bc9f, Double x2dcba594a68dd09e, Double x3de5cdd2b975c32c, PointShape xa703a981a5333304, DistanceUnit x59516cd1b47ad7d3)
bei ThinkGeo.MapSuite.Core.LineShape.x13f16a1e14ea1c22(PointShape xa703a981a5333304, GeographyUnit x4a9671edd975c880, DistanceUnit xf3faf97e20e2f109, PointShape& xc91e92ddaf4e278a, Double& x105aa4fcc89c4b84)
bei ThinkGeo.MapSuite.Core.LineShape.GetClosestPointToCore(BaseShape targetShape, GeographyUnit shapeUnit)
bei ThinkGeo.MapSuite.Core.BaseShape.GetClosestPointTo(BaseShape targetShape, GeographyUnit shapeUnit)
bei ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay.x1140e7b462c2b782(Feature xfff4e7bc43f10abf, PointShape x17783083a9957488, Double x3ecbff4a00516875)
bei ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay.AddVertexCore(Feature targetFeature, PointShape targetPointShape, Double searchingTolerance)
bei ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay.AddVertex(PointShape targetPointShape, Double searchingTolerance)
bei ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay.MouseDownCore(InteractionArguments interactionArguments)
bei ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay.MouseDown(InteractionArguments interactionArguments)
bei ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap.xcba1002b76cd47e6(InteractionArguments x2051a7c2dc5f7e36)
bei ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap.x6513ddf6804beaba(Object xe0292b9ed559da7d, MouseButtonEventArgs xfbf34718e704c6bc)
bei ThinkGeo.MapSuite.WpfDesktopEdition.x82439f22e737363b.x8af08fe549cb95d4(Object xe0292b9ed559da7d, MouseButtonEventArgs xfbf34718e704c6bc)
bei ThinkGeo.MapSuite.WpfDesktopEdition.x82439f22e737363b.x65214453abca916a(Object xe0292b9ed559da7d, MouseButtonEventArgs xce8d8c7e3c2c2426)
bei ThinkGeo.MapSuite.WpfDesktopEdition.x82439f22e737363b.OnMouseMove(Object sender, MouseEventArgs e)
bei System.Windows.Input.MouseEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
bei System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
bei System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
bei System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
bei System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
bei System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
bei System.Windows.Input.InputManager.ProcessStagingArea()
bei System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
bei System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
bei System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
bei System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
bei System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
bei MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
bei MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
bei System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
Thanks,
Guillaume.