-
Notifications
You must be signed in to change notification settings - Fork 187
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
Enable tour features #639
Enable tour features #639
Changes from 2 commits
c30d674
9a7f1c3
6cd8292
54fa7d2
ad3509a
de3b251
de3c47f
a094ee6
cc0fc12
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -119,6 +119,7 @@ <h3>Timeline</h3> | |
<li>Change the interval to "Days" and explore the imagery for that month.</li> | ||
</ul> | ||
</div> | ||
<p class="wv-tour-page-count">(page 1 of 6)</p> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. How were these There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The plugin was a complete hack before. These were added into the core plugin before. There is no native support for this type of functionality. |
||
</li> | ||
|
||
<!-- Timeline - Continued --> | ||
|
@@ -152,6 +153,7 @@ <h3>Timeline - Continued</h3> | |
<li>Click on the day text, type in "23", and press the return key.</li> | ||
</ul> | ||
</div> | ||
<p class="wv-tour-page-count">(page 2 of 6)</p> | ||
</li> | ||
|
||
<!-- Layer Picker - Base Layers --> | ||
|
@@ -183,6 +185,7 @@ <h3>Layer Picker - Base Layers</h3> | |
<li>Drag "Corrected Reflectance (True Color) Aqua / MODIS" back to the top of the list.</li> | ||
</ul> | ||
</div> | ||
<p class="wv-tour-page-count">(page 3 of 6)</p> | ||
</li> | ||
|
||
<!-- Layer Picker - Continued --> | ||
|
@@ -225,6 +228,7 @@ <h3>Layer Picker - Continued</h3> | |
tab to see the layers that have been added.</li> | ||
</ul> | ||
</div> | ||
<p class="wv-tour-page-count">(page 4 of 6)</p> | ||
</li> | ||
|
||
<!-- Map --> | ||
|
@@ -254,6 +258,7 @@ <h3>Map</h3> | |
</p> | ||
<img src="images/tour-fire-location.png" alt="Location" class="wv-tour-map"/> | ||
</div> | ||
<p class="wv-tour-page-count">(page 5 of 6)</p> | ||
</li> | ||
|
||
<!-- Toolbar --> | ||
|
@@ -299,6 +304,7 @@ <h3>Toolbar</h3> | |
</table> | ||
</div> | ||
</li> | ||
<p class="wv-tour-page-count">(page 6 of 6)</p> | ||
|
||
</ol> | ||
|
||
|
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.
We didn't have custom
.joyride
CSS before, and we're including the Joyride stylesheet in this branch already.We shouldn't have to add custom CSS to our stylesheets to achieve style parity with production. @ZachTRice @Benjaki2 I might have missed something when I included the dependency stylesheets. Maybe the paths aren't correct, or maybe they're in the wrong order or something. Both of you have added dependency styles to stylesheets in your PRs, but I think maybe there's a problem with how I did the CSS originally. Have either of you looked into that?
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.
The version we were using before was modified to add css directly to the plugin. Here is the css blame: https://github.com/nasa-gibs/worldview/blame/master/web/ext/tour/joyride-2.0.3-3/joyride.css