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
.
Special InsetMaps Methods#
Set the (center) position and size of the inset-map. |
|
Add a polygon to a map that indicates the current extent of this inset-map. |
|
Add a line that connects the inset-map to the inset location on a given map. |