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

Fixed the ST_ConvexHull bug, added ST_Intersection function and turned off the exception in ST_Transform #189

Merged
merged 2 commits into from Feb 14, 2018

Conversation

jiayuasu
Copy link
Member

This PR will fix the following issue:

  1. fix ST_ConvexHull bug: Issue ST_ConvexHull should accept any type of geometry as an input #188
  2. add a new function called ST_Intersection which returns the geometrical intersection of two geometries: Issue Add a new type of spatial join query that returns the intersections directly #110
  3. allow the user to add one more parameter in ST_Transform to turn off the exception in ST_Transform to bypass "Bursa wolf" error: Issue with coordinates when reading shapefile #185
    ST_Transform (A:geometry, SourceCRS:string, TargetCRS:string, [Optional]UseLongitudeLatitudeOrder:Boolean, [Optional]IgnoreException:Boolean)

@jiayuasu jiayuasu merged commit dd55fea into apache:master Feb 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant