mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 06:26:41 +00:00
Version 4.8.0: Improved WPF MapPolyline and MapPolygon accuracy.
This commit is contained in:
parent
5bc42d1f07
commit
0a7d0fccd2
5 changed files with 5 additions and 5 deletions
|
|
@ -42,7 +42,7 @@ namespace MapControl
|
|||
|
||||
if (ParentMap != null)
|
||||
{
|
||||
AddPolylineFigures(figures, Locations, true);
|
||||
AddPolylineLocations(figures, Locations, true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ namespace MapControl
|
|||
|
||||
if (ParentMap != null)
|
||||
{
|
||||
AddPolylineFigures(figures, Locations, false);
|
||||
AddPolylineLocations(figures, Locations, false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue