mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Attached property MapPanel.MapRect
This commit is contained in:
parent
881b39c4b4
commit
69b105c11f
12 changed files with 150 additions and 96 deletions
|
|
@ -14,7 +14,6 @@ namespace MapControl.Projections
|
|||
public Wgs84OrthographicProjection()
|
||||
{
|
||||
EnableCenterUpdates();
|
||||
CenterChanged();
|
||||
}
|
||||
|
||||
protected override void CenterChanged()
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ namespace MapControl.Projections
|
|||
public Wgs84StereographicProjection()
|
||||
{
|
||||
EnableCenterUpdates();
|
||||
CenterChanged();
|
||||
}
|
||||
|
||||
protected override void CenterChanged()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue