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

Feature/recent imagery bug and improvements #3341

Merged

Conversation

pjosh
Copy link
Contributor

@pjosh pjosh commented Mar 21, 2018

Overview

This PR solve some bugs and improvements. You can get information about them in my commits description.

@pjosh pjosh requested a review from edbrett March 21, 2018 10:26
@pjosh pjosh temporarily deployed to gfw-nav March 21, 2018 10:42 Inactive
Copy link
Contributor

@edbrett edbrett left a comment

Choose a reason for hiding this comment

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

Only a few comments. GREAT WORK DUDE 🍡

mps.publish('Layer/update', [name]);
},

setSentinel: function(value) {
setRecentImagery: function(value) {
Copy link
Contributor

Choose a reason for hiding this comment

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

You are the real hero

@@ -15,7 +15,16 @@ import closeIcon from 'assets/icons/close.svg';
import RecentImageryDrag from './recent-imagery-settings-drag';
import './recent-imagery-settings-styles.scss';

const CAROUSEL_SLIDES_TO_SHOW = 5;
Copy link
Contributor

Choose a reason for hiding this comment

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

Could this go in the reducer to keep things tidy?

@@ -19,6 +19,7 @@ import RecentImageryDrag from './recent-imagery-drag';
import RecentImageryComponent from './recent-imagery-component';

const LAYER_SLUG = 'sentinel_tiles';
const MIN_ZOOM = 8;
Copy link
Contributor

Choose a reason for hiding this comment

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

Again both of these could go in the reducer? Might make things easier later on if we move maps.

Copy link
Contributor

@edbrett edbrett left a comment

Choose a reason for hiding this comment

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

Merge away ma dude, for it is Wednesday!

@pjosh pjosh merged commit 5924ff2 into feature/GEE-recent-imagery Mar 21, 2018
@pjosh pjosh deleted the feature/recent-imagery-bug-and-improvements branch March 21, 2018 13:58
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

2 participants