You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Replaced the old properties classes of the Dataset API with attr-classes.
The Layer.rename() function is now replaced with the setter of Layer.name.
The functions Layer.get_view_configuration and Layer.set_view_conficuration are replaced by the property Layer.default_view_configuration. (Same applies to Dataset.get_view_configuration and Dataset.set_view_configuration)
Moved LayerViewConfiguration and DatasetViewConfiguration into properties.py
Removed Layer.set_bounding_box_offset and Layer.set_bounding_box_size.
Renamed Layer.get_bounding_box() to the property Layer.bounding_box. The method Layer.set_bounding_box is replaced with the setter of the property Layer.bounding_box.
Reverted that dataset.add_symlink_layer and dataset.add_copy_layer resolved the layer path if it was a symlink. #408