mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-07 23:45:05 +00:00
Comments
This commit is contained in:
parent
610ad13b96
commit
59a71d58ad
12 changed files with 13 additions and 26 deletions
|
|
@ -17,10 +17,9 @@ namespace MapControl
|
|||
|
||||
public const string DefaultCrsId = "EPSG:3395";
|
||||
|
||||
public WorldMercatorProjection()
|
||||
public WorldMercatorProjection() // parameterless constructor for XAML
|
||||
: this(DefaultCrsId)
|
||||
{
|
||||
// XAML needs parameterless constructor
|
||||
}
|
||||
|
||||
public WorldMercatorProjection(string crsId)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue