I am using angular-leaflet-directive with World_Imagery provider in a Ionic hybrid app. Only purpose of the map is to draw circle of varying radius around center (position of the user). User changes radius by interacting with a slider. Radius can take from 10 meters to 2km. I am using fitBounds() to zoom out when circle is bigger than the viewport. When chaning from zoom level 14 to zoom level 13 quality of images becomes very bad. I would like to avoid that and just change the dimensions of the tiles appropriately.
If someone can think of a better solution, it's more than welcome.