mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Comments
This commit is contained in:
parent
610ad13b96
commit
59a71d58ad
12 changed files with 13 additions and 26 deletions
|
|
@ -11,10 +11,9 @@ namespace MapControl.Projections
|
|||
{
|
||||
private readonly string autoCrsId;
|
||||
|
||||
public Wgs84AutoUtmProjection()
|
||||
public Wgs84AutoUtmProjection() // parameterless constructor for XAML
|
||||
: this(MapControl.Wgs84AutoUtmProjection.DefaultCrsId)
|
||||
{
|
||||
// XAML needs parameterless constructor
|
||||
}
|
||||
|
||||
public Wgs84AutoUtmProjection(string crsId)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue