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.48.2 - #patch #1142

Merged
merged 9 commits into from
Nov 26, 2024
Merged

New Release v1.48.2 - #patch #1142

merged 9 commits into from
Nov 26, 2024

Commits on Nov 26, 2024

  1. PB-1221 : partially out of bound KML was ignored entirely

    The KML extent detection was not performing as expected with KML that had only one dimension out of LV95 bounds.
    
    To counteract that, I've reverted the logic in the extent calculation, transforming LV95 bounds into WGS84 to do the matching instead of transforming a potentially big WGS84 extent to LV95 (lead to big math error...)
    pakb committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    42ea977 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1139 from geoadmin/bug-PB-1221-kml-extent-false-p…

    …ositive
    
    PB-1221 : partially out of bound KML was ignored entirely
    pakb authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    9a9c1f6 View commit details
    Browse the repository at this point in the history
  3. PB-1211 : do not add ; if layer with feature selection is alone

    When opening the app with a layerId=featureId URL param, the ; was still added to the layers URL param after processing the feature pre-selection. This means the layers URL param was malformed and an error showed up.
    pakb committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    4e091ae View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1140 from geoadmin/bug-PB-1211-more-link-issue

    PB-1211 : do not add ; if layer with feature selection is alone
    pakb authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    f501424 View commit details
    Browse the repository at this point in the history
  5. PB-1222 : fix mishandling of feature ID that are "number-like"

    some feature IDs ends with something like "1314.070" and the layer parsing code was transforming them into number, removing the trailing zero from the ID.
    
    This broke many "Link to object" link generated by the backend.
    
    Also fixing an issue with the time slider warning not being wrapped in an array, and generating a crash when its value was not set to something valid
    pakb committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    d0fae6a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1141 from geoadmin/fix-PB-1222-broken-link-to-object

    
    
    PB-1222 : fix mishandling of feature ID that are "number-like"
    pakb authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    6180886 View commit details
    Browse the repository at this point in the history
  7. PB-1128: fix permalink custom attributes

    sommerfe authored and pakb committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    a654fc0 View commit details
    Browse the repository at this point in the history
  8. PB-1128: add test

    sommerfe authored and pakb committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    64cf53f View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1137 from geoadmin/fix-pb-1128-permalink-problem

    PB-1128: fix permalink custom attributes
    pakb authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    0e9fc33 View commit details
    Browse the repository at this point in the history