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: Add vricon tilesets. Clean up example index handling. #352

Merged
merged 4 commits into from
Aug 27, 2019

Conversation

ibgreen
Copy link
Collaborator

@ibgreen ibgreen commented Aug 26, 2019

No description provided.

@coveralls
Copy link

coveralls commented Aug 26, 2019

Coverage Status

Coverage increased (+4.2%) to 59.166% when pulling e1bd936 on ib/vricon into 872889e on master.

.gitignore Outdated
@@ -29,3 +29,6 @@ yarn-error.log

# local data
data/**

deckTags

Choose a reason for hiding this comment

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

make a note delete it after cleanup?

@@ -144,7 +106,7 @@ export default class App extends PureComponent {
let ionAccessToken = parsedUrl.searchParams.get('ionAccessToken');
if (ionAssetId || ionAccessToken) {
// load the tileset specified in the URL
ionAccessToken = ionAccessToken || ION_ACCESS_TOKEN_1;
ionAccessToken = ionAccessToken;

Choose a reason for hiding this comment

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

not necessary?

@ibgreen ibgreen merged commit 7ecc33b into master Aug 27, 2019
@ibgreen ibgreen deleted the ib/vricon branch August 27, 2019 02:00
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.

3 participants