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

Make use of cached._loadIndex #605

Merged
merged 1 commit into from
Jul 8, 2024
Merged

Make use of cached._loadIndex #605

merged 1 commit into from
Jul 8, 2024

Conversation

Nmzik
Copy link
Contributor

@Nmzik Nmzik commented Jul 6, 2024

Upon further investigation, I noticed that the loadIndex initialized in the tile.cached object to zero is not being used. This commit renames loadIndex to _loadIndex and utilizes it to prevent further tile loading if it has been unloaded.
PS: I believe there was some confusion/oversight between tile.__loadIndex and tile.cached.loadIndex before. #600

@gkjohnson
Copy link
Contributor

Thanks!

@gkjohnson gkjohnson merged commit c46d59c into NASA-AMMOS:master Jul 8, 2024
2 checks passed
@gkjohnson gkjohnson added this to the v0.3.36 milestone Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants