BlazorLeaflet
BlazorLeaflet copied to clipboard
TileLayer.Subdomains default value not valid
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" };