mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-06 15:05:50 +00:00
Removed common MapOverlay part
This commit is contained in:
parent
acdfc1861f
commit
bbd4f6d6aa
7 changed files with 261 additions and 140 deletions
|
|
@ -17,8 +17,6 @@ namespace MapControl
|
|||
StrokeThicknessProperty.OverrideMetadata(typeof(MapGraticule), new FrameworkPropertyMetadata(0.5));
|
||||
}
|
||||
|
||||
private readonly PathGeometry pathGeometry = new PathGeometry();
|
||||
|
||||
protected override void OnViewportChanged(ViewportChangedEventArgs e)
|
||||
{
|
||||
InvalidateVisual();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue