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

PB-1222 : fix mishandling of feature ID that are "number-like" #1141

Merged
merged 1 commit into from
Nov 26, 2024

Commits on Nov 26, 2024

  1. 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