Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up layer management ivars. #1684

Merged
merged 2 commits into from Aug 31, 2023
Merged

Clean up layer management ivars. #1684

merged 2 commits into from Aug 31, 2023

Conversation

naschmitz
Copy link
Collaborator

Renamed ee_layer_dict to ee_layers and removed ee_layer_names, ee_raster_layer_names, ee_vector_layer_names. Maintained computed properties for backward compatibility.

It's easier to have 1 source of truth for the EE layers. This is slightly less performant, but not enough to justify maintaining multiple extra copies of a dictionary.

@github-actions
Copy link

github-actions bot commented Aug 29, 2023

@github-actions github-actions bot temporarily deployed to pull request August 29, 2023 14:11 Inactive
@giswqs
Copy link
Member

giswqs commented Aug 31, 2023

When testing this PR, I just discovered a bug in the layer manger. The layer manger settings icon is not functioning. It seems it was caused by #1671, not by this PR. Need to look into it.

Peek 2023-08-31 10-42

@github-actions github-actions bot temporarily deployed to pull request August 31, 2023 14:58 Inactive
@giswqs giswqs merged commit a2f47d1 into master Aug 31, 2023
14 checks passed
@giswqs giswqs deleted the simplify-layer-ivars branch August 31, 2023 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants