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

Recursively splitting children tiles #103

Open
adl1995 opened this issue Aug 9, 2017 · 1 comment
Open

Recursively splitting children tiles #103

adl1995 opened this issue Aug 9, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@adl1995
Copy link
Member

adl1995 commented Aug 9, 2017

@tboch - You mentioned in the Google docs:

You can recursively call the children method on a HipsTile instance to split tiles as needed, as long as the tile width is >1.

However, I'm not sure which tile should be split. When the children method is called it returns four HipsTile. Should I iteratively split each of these four children until their width is greater than 1?

@cdeil cdeil added the question label Aug 16, 2017
@cdeil cdeil added this to the 0.2 milestone Aug 16, 2017
@cdeil
Copy link
Contributor

cdeil commented Aug 16, 2017

@adl1995 - Please put that question of whether to split tiles recursively or not on the list of things to discuss in the telcon this afternoon.

@cdeil cdeil modified the milestones: 0.2, 0.3 Oct 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants