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

feat(globe-navigation): add projection switch and navigation icons #279

Merged
merged 2 commits into from
Mar 5, 2020

Conversation

KatvonRivia
Copy link
Member

No description provided.

Copy link
Contributor

@pwambach pwambach left a comment

Choose a reason for hiding this comment

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

nice! just one naming thing

const label =
projectionState.projection === GlobeProjection.Sphere ? '2D' : '3D';

const onButtonClickHandler = () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

onButtonClickHandler is too general, onProjectionHandler?

@KatvonRivia KatvonRivia merged commit 2b5da72 into develop Mar 5, 2020
@KatvonRivia KatvonRivia deleted the feat/globe-navigation branch March 5, 2020 09: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.

2 participants