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

New Release v1.30.0 - #minor #945

Merged
merged 11 commits into from
Jun 20, 2024
Merged

New Release v1.30.0 - #minor #945

merged 11 commits into from
Jun 20, 2024

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    24ce019 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #941 from geoadmin/bug-default-opacity

    Fix default opacity for external WMS/WMTS layer
    ltshb authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    6df4ea5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5a561a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #940 from geoadmin/fix-644-color-issue-print-polygon

    PB-644: Fix line color issue on printing polygon.
    ismailsunni authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    8e90ae0 View commit details
    Browse the repository at this point in the history
  5. PB-590: Quick fix for timeslider preview year for layer without curre…

    …nt year entry
    
    In the timeslider when a layer did not have any matching timestamp from the preview
    year, the layer was still displayed. Also the feature selection only work on
    the previously configured timestamp (before entering the timeslider).
    
    The first issue has been resolved by filtering visible layers that don't
    match the preview year.
    
    The second issue has been solved by directly setting the preview year in the
    layer config and not only when unmounting.
    ltshb committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    bb2de8a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fc19a86 View commit details
    Browse the repository at this point in the history
  7. PB-590: Fix E2E tests and remove outline selection in time layers

    Now the preview year is directly set to the layer config and we don't do anymore
    distinction between preview year and selected year.
    ltshb committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    3ad3710 View commit details
    Browse the repository at this point in the history
  8. PB-590: Don't remove single timestamp layer when activating timeslider

    Single timestamp layer like "SWISSIMAGE HIST 1946" are ignored by the timeslider
    and therefore should not be filtered out.
    ltshb committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    0f53620 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #939 from geoadmin/bug-PB-590-time-slider-no-data-…

    …quick
    
    PB-590: Quick fix for timeslider preview year for layer without current year entry
    ltshb authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    9934f35 View commit details
    Browse the repository at this point in the history
  10. Fix time selector button CSS

    The content of the button did not always fit (e.g. for "actual"). To solve this
    we use the TextTruncate everywhere in the menu entry which handle text truncate
    with tippy.
    
    Also make sure that the time selector button are always the same size
    ltshb committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    40ae0ee View commit details
    Browse the repository at this point in the history
  11. Merge pull request #943 from geoadmin/bug-year-selector-css

    Fix time selector button CSS
    ltshb authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    2ec0f89 View commit details
    Browse the repository at this point in the history