-
Notifications
You must be signed in to change notification settings - Fork 96
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/gee recent imagery #3331
Conversation
Fix/thumbnails issues
fix misalignment state
…ure/GEE-recent-imagery
…ements Feature/gee fixes and improvements
…ure/GEE-recent-imagery
Feature/gee text improves
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing feature, amazing work 🎉 👏 😎 🆒 . Many thanks to all who have contributed!! @pjosh @benlaken @01painadam.
mps.publish('Layer/update', [name]); | ||
}, | ||
|
||
setSentinel: function(value) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update to recent imagery for consitency
this.publishSentinel(); | ||
}, | ||
|
||
publishSentinel: function() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here
'map/services/DataService' | ||
], function(Class, UriTemplate, Promise, ds) { | ||
|
||
/* eslint-disable */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After review, delete this file. It has no friends.
SentinelService, | ||
Presenter | ||
) { | ||
/* eslint-disable */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change name to recent imagery tile layer etc
import { DragSource } from 'react-dnd'; | ||
|
||
const dragSource = { | ||
beginDrag(props) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
VERY 🆒
getRecentTiles(params) | ||
.then(response => { | ||
if (response.data.data.length) { | ||
const data = response.data.data[0].attributes; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets find a way to manage errors and failed fetches in the react to map bridge. Maybe a notification component (same as current styles) for top of map.
No description provided.