This commit is contained in:
ClemensFischer 2026-01-10 23:29:42 +01:00
parent 610ad13b96
commit 59a71d58ad
12 changed files with 13 additions and 26 deletions

View file

@ -15,10 +15,9 @@ namespace MapControl
{
public const string DefaultCrsId = "EPSG:3857";
public WebMercatorProjection()
public WebMercatorProjection() // parameterless constructor for XAML
: this(DefaultCrsId)
{
// XAML needs parameterless constructor
}
public WebMercatorProjection(string crsId)