mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-06 06:55:04 +00:00
Version 4.8.0: Improved WPF MapPolyline and MapPolygon accuracy.
This commit is contained in:
parent
de4ba0765a
commit
5bc42d1f07
19 changed files with 77 additions and 172 deletions
|
|
@ -40,7 +40,7 @@ namespace MapControl
|
|||
{
|
||||
foreach (var polygon in Polygons)
|
||||
{
|
||||
AddPolylineFigure(figures, polygon, true);
|
||||
AddPolylineFigures(figures, polygon, true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue