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.19.0 - #minor #859

Merged
merged 15 commits into from
May 23, 2024
Merged

New Release v1.19.0 - #minor #859

merged 15 commits into from
May 23, 2024

Commits on May 23, 2024

  1. PB-518: Fix timeslider flickering

    Now when clicking on play on the time slider the layer is updated and not
    removed/added which made a flickering effect.
    ltshb committed May 23, 2024
    Configuration menu
    Copy the full SHA
    cf7ed05 View commit details
    Browse the repository at this point in the history
  2. PB-451, PB-518: Fix WMS time enabled layer update

    WMS time enabled layer were not updated when changing their timestamp. This
    was also an issue on 3D.
    
    NOTE that for WMS all timestamps means that no TIME query param must be set.
    ltshb committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0c4bc9b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #850 from geoadmin/bug-PB-451-wms-time-enalbed

    PB-451, PB-518: Fix WMS time enabled layer update
    ltshb authored May 23, 2024
    Configuration menu
    Copy the full SHA
    3449200 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f317b25 View commit details
    Browse the repository at this point in the history
  5. PB-496: Added support for external WMS timed layer feature detection

    Only detect the feature for the specific time.
    ltshb committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a76f9a8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #851 from geoadmin/bug-PB-496-wms-time-external

    PB-496: Added External WMS time config support
    ltshb authored May 23, 2024
    Configuration menu
    Copy the full SHA
    2cd1a38 View commit details
    Browse the repository at this point in the history
  7. PB-537: Fix WMTS/WMS time enaled current/all timestamp identify

    We could not identify timed layer with timestamp current or all on api3
    ltshb committed May 23, 2024
    Configuration menu
    Copy the full SHA
    55d1130 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #855 from geoadmin/bug-PB-537-wmts-time-enabled-al…

    …l-identify
    
    PB-537: Fix WMTS/WMS time enaled current/all timestamp identify
    ltshb authored May 23, 2024
    Configuration menu
    Copy the full SHA
    6b9e874 View commit details
    Browse the repository at this point in the history
  9. PB-530: Added print date to the print API spec

    Use the date formatting based on the locale (en => MM/DD/YYYY, H:MM PM/AM, fr-CH => DD.MM.YYYY, HH:MM
    ltshb committed May 23, 2024
    Configuration menu
    Copy the full SHA
    1c0ee7b View commit details
    Browse the repository at this point in the history
  10. Merge pull request #854 from geoadmin/bug-PB-530-print-date

    PB-530: Added print date to the print API spec
    ltshb authored May 23, 2024
    Configuration menu
    Copy the full SHA
    756fe37 View commit details
    Browse the repository at this point in the history
  11. PB-531: Improve report a problem error management for big files

    The backend only support attachment up 10MB, above it returns a 413 error.
    Same for kml it only support kml up to 2MB.
    
    So do the validation up front and provide a nice message to the user.
    ltshb committed May 23, 2024
    Configuration menu
    Copy the full SHA
    bfd1a04 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a4d11df View commit details
    Browse the repository at this point in the history
  13. Merge pull request #852 from geoadmin/bug-PB-531-report-problem-file-…

    …limit
    
    PB-531: Improve report a problem error management for big files
    ltshb authored May 23, 2024
    Configuration menu
    Copy the full SHA
    ade0f7b View commit details
    Browse the repository at this point in the history
  14. PB-496: Fix external layer error and time slider issue

    At startup we never know the projection of the external layers, the projection
    is taken from the capabilities that needs to be loaded first. Therefore don't
    test projection upon creation and don't do any fallback.
    
    Also fixed an issue when a layer has only one timestamp, the time slider was
    displayed but the user could not change the timestamp.
    ltshb committed May 23, 2024
    Configuration menu
    Copy the full SHA
    8617bda View commit details
    Browse the repository at this point in the history
  15. Merge pull request #858 from geoadmin/bug-PB-496-external-layer-proje…

    …ction
    
    PB-496: Fix external layer error and time slider issue
    ltshb authored May 23, 2024
    Configuration menu
    Copy the full SHA
    333dba9 View commit details
    Browse the repository at this point in the history