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