Changes between Initial Version and Version 1 of Ticket #4832, comment 3
- Timestamp:
- 02/18/21 08:51:29 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4832, comment 3
initial v1 1 1 So, this works in 3.1 and master, but is broken in 3.0. So easy fix is upgrade :) I'll need to figure what change fixed this by accident. 2 3 (ST_Intersection isn't a real geodetic calculation, it's just a transform to a planar approximation and then a calculation, so it "worked" only insofar as it dodged whatever geodetic bug tripped up the geodetics. The final three are actually all the same test, as it seems the default casting of st_intersects(geography, geometry) is to the geography/geography variant.)