tasi.plotting.wms.BoundingboxPlotter.plot#
- BoundingboxPlotter.plot(ax, position=None, zoom=1, show_attribution=True, attribution_kwargs=None, **kwargs)[source]#
Draw the tile for the position position given by
positionwithin the current extend and and zoom into the tile according to zoom.- Parameters:
ax (plt.Axes) – The axes to plot onto.
position (Tuple[float, float]) – The plotting position
zoom (float) – The zoom value
show_attribution (bool) – To thow the attribution information. Defaults to True.
- Raises:
ValueError – If the zoom value is not within (0,1).