Removed setting IsHitTestVisible in MapOverlay

This commit is contained in:
Clemens 2022-04-21 20:31:00 +02:00
parent ad160f0daa
commit d6f8fd6513
2 changed files with 0 additions and 10 deletions

View file

@ -62,11 +62,6 @@ namespace MapControl
public static readonly DependencyProperty StrokeMiterLimitProperty = DependencyProperty.Register(
nameof(StrokeMiterLimit), typeof(double), typeof(MapOverlay), new PropertyMetadata(1d));
public MapOverlay()
{
IsHitTestVisible = false;
}
protected override void SetParentMap(MapBase map)
{
if (map != null)