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

Cherry-pick Shapely 1.8.0 deprecations (#496, #476) #515

Merged
merged 2 commits into from
Nov 8, 2024

Commits on Nov 7, 2024

  1. Fix MultiPolygon not iterable (#496)

    Signed-off-by: Xiyu Oh <[email protected]>
    Signed-off-by: Luca Della Vedova <[email protected]>
    xiyuoh authored and luca-della-vedova committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    6480104 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Handle geometry collections (#476)

    I was trying a clean build of RMF Demos and ran into a type error when
    trying to compile maps. This PR fixes the type error. I'm not sure what
    triggered it in the first place TBH.
    
    Signed-off-by: Arjo Chakravarty <[email protected]>
    Co-authored-by: Yadunund <[email protected]>
    Signed-off-by: Luca Della Vedova <[email protected]>
    2 people authored and luca-della-vedova committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    7d67455 View commit details
    Browse the repository at this point in the history