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

3D Tiles Cleanup #5461

Merged
merged 7 commits into from
Jun 13, 2017
Merged

3D Tiles Cleanup #5461

merged 7 commits into from
Jun 13, 2017

Conversation

lilleyse
Copy link
Contributor

Based on review comments in #5308

I think I got mostly everything here. Will leave more notes on the other PR.

@lilleyse lilleyse force-pushed the 3d-tiles-cleanup branch 2 times, most recently from 645a056 to 4ef7868 Compare June 13, 2017 03:31
@@ -67,6 +67,10 @@ defineSuite([
scene.primitives.removeAll();
});

it ('gets properties', function() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the plan here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, forgot to remove that. Updated now.

@pjcozzi
Copy link
Contributor

pjcozzi commented Jun 13, 2017

LGTM

Let's aim to merge this today.

@mramato do you want to look at this?


promise.then(function(styleJson) {
setup(that, styleJson);
that._readyPromise.resolve(that);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is redundant, you can just assign this._readyPromise = promise.then.... and avoid using the defer completely. I'll just submit a tweak myself so we can get this merged.

@mramato
Copy link
Contributor

mramato commented Jun 13, 2017

I'll admit, I didn't review this rigorously, but it looks good to me.

There is a release only test failure for tile expires (not sure if it's sporadic or happens every time). I'm okay with merging this and fixing the release failure anytime before 3d-tiles goes into master.

@pjcozzi feel free to merge.

@mramato
Copy link
Contributor

mramato commented Jun 13, 2017

And thanks @lilleyse!

@pjcozzi pjcozzi merged commit 4923555 into 3d-tiles Jun 13, 2017
@pjcozzi pjcozzi deleted the 3d-tiles-cleanup branch June 13, 2017 20:02
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

3 participants