InsetMaps

class eomaps.inset_maps.InsetMaps(parent, crs=4326, layer=None, xy=(45, 45), xy_crs=4326, radius=5, radius_crs=None, plot_position=(0.5, 0.5), plot_size=0.5, shape='ellipses', indicate_extent=True, indicator_line=False, boundary=True, background_color='w', **kwargs)

Base class to create inset maps.

Note

To create a new inset-map, see Maps.new_inset_map.

InsetMaps are Maps-objects!

You can use InsetMaps objects just like ordinary Maps objects!

Checkout the docs for Maps objects for all available methods!

Special InsetMaps Methods

InsetMaps.set_inset_position

Set the (center) position and size of the inset-map.

InsetMaps.add_extent_indicator

Add a polygon to a map that indicates the current extent of this inset-map.

InsetMaps.add_indicator_line

Add a line that connects the inset-map to the inset location on a given map.