public void RemoveResolution() { if (Resolutions.Remove()) { IsDirty = true; } }
public BingSchema() { Format = "jpg"; Name = "BingMaps"; Resolutions.Remove("0"); //Bing does not have the single tile top level. }