-
Notifications
You must be signed in to change notification settings - Fork 5
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
Needed: Logic to make basemaps not control timeline when paired with other layer #183
Comments
Normally, the last selected layer (rightmost in the share link) controls the timeline. But layers without timelines don't affect this. Proposed behavior #3: Layers with single timestamp (begin time = end time) show a year without a timeline. And enforce that animated base layers like landsat pause that at same time. Proposed behavior #1: Base map timeline always has lower priority than other layer's timeline, even if the base map is later in the share link. #2: If overlay layer has a single time (begin time = end time) e.g. Cropland Extents 2015, display that year by the timeline but without an actual timeline bar+scrubber. This should override basemap timeline too like #1, and would seek the basemap to the closest time representable (e.g. layer is 2000 shows landsat 2000, or layer is 1950 shows landsat 1984). #3. For Forest loss by year 2000-2018 atop landsat, show landsat 2018 and no year at the bottom. |
Testing URLs 2 Layers with single timestamp (begin time = end time) show a year without a timeline. And enforce that animated base layers like landsat pause that at same time. |
Logic added with commit 145bf07 Displaying single year and or span of years requires further development. |
If data visualization layer has a single time (begin time = end time) e.g. Cropland Extents 2015, display that year by the timeline but without an actual timeline bar+scrubber. |
For further discussion, probably in next week's ET meeting with @pdille @rsargent @gabrielo Forest Loss by Year Landsat Advancing only through the 1930s and then stopping These tie closely to #184 |
I believe that all the documented cases related to this issue have now been solved. Pending any further issues being identified, this issue can be closed. |
See examples below
The text was updated successfully, but these errors were encountered: