BlazorLeaflet icon indicating copy to clipboard operation
BlazorLeaflet copied to clipboard

TileLayer.Subdomains default value not valid

Open DGuidi opened this issue 4 years ago • 0 comments

should probably be something like public string[] Subdomains { get; set; } = new string[] { "a", "b", "c" };
instead of public string[] Subdomains { get; set; } = new string[] { "abc" };

DGuidi avatar Apr 27 '21 13:04 DGuidi