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