Open
Description
using automatic zoom in bounds2img
for a small area results in high zoom level values that exceeds the available zoom levels of the provider, and rises HTTPError:
import contextily as ctx
img, ext = ctx.bounds2img(1231934.7608171296, 5785711.490238651, 1232411.1480162584, 5785880.3953617485)
It would be great to clip the zoom level to a max_zoom
property for the known providers (18 for stamen, 19 for OSM).