-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
move tile map visualization out of vislib #9441
Conversation
de10e9f
to
6ee1ba8
Compare
6ee1ba8
to
614edf6
Compare
Can we create a separate PR for the extraction of the "components" done in this pr? I also detect a fair amount of copy and paste, is this intended to be a PR that leads to more changes to establish tilemap as it's own visualization type? Removing the dispatch/data/layout classes and converting it to be a template based vis? |
@spalger they are two separate commits, does that work for you ?
|
614edf6
to
062e6be
Compare
sorry i forgot to force push the update to 2 commits ... its there now |
wow .... somehow i managed to break this while rebasing .... i will take a look at this tomorrow. |
51ae1a7
to
bb14e71
Compare
jenkins, test this |
774a314
to
159ec88
Compare
159ec88
to
c665d4c
Compare
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.
LGMT, best I can tell the code works as expected and the front-end looks good
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.
tested. works as before!
Backports PR #9441 **Commit 1:** moving colors and tooltips out of vislib to vis * Original sha: fd1bc58 * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-13T12:40:08Z **Commit 2:** moving tile map vis out of vislib * Original sha: 126f1de * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-13T12:40:49Z **Commit 3:** rebasing on master and fixing linting * Original sha: c665d4c * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-14T09:51:18Z
Backports PR #9441 **Commit 1:** moving colors and tooltips out of vislib to vis * Original sha: fd1bc58 * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-13T12:40:08Z **Commit 2:** moving tile map vis out of vislib * Original sha: 126f1de * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-13T12:40:49Z **Commit 3:** rebasing on master and fixing linting * Original sha: c665d4c * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-14T09:51:18Z
moves tilemap visualization out of vislib