mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Version 4.12. Added MapControl.Images project, fixed assembly signing
This commit is contained in:
parent
ac26c57a81
commit
ccb77b30c9
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.IO;
|
||||
using System.IO.Compression;
|
||||
using System.Linq;
|
||||
|
|
@ -15,6 +16,11 @@ namespace MapControl.Images
|
|||
{
|
||||
public partial class GroundOverlayPanel
|
||||
{
|
||||
public GroundOverlayPanel()
|
||||
{
|
||||
UseLayoutRounding = false;
|
||||
}
|
||||
|
||||
private async Task<List<ImageOverlay>> ReadGroundOverlaysFromFile(string docFile)
|
||||
{
|
||||
if (!Path.IsPathRooted(docFile))
|
||||
|
|
|
|||
Loading…
Reference in a new issue