inherit_data

Maps.inherit_data(m)

Use the data of another Maps-object (without copying).

Note

If the data is inherited, any change in the data of the parent Maps-object will be reflected in this Maps-object as well!

Parameters:

m (eomaps.Maps or None) – The Maps-object that provides the data.