Changes between Initial Version and Version 1 of Ticket #4832, comment 3


Ignore:
Timestamp:
Feb 18, 2021, 8:51:29 AM (3 years ago)
Author:
pramsey

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4832, comment 3

    initial v1  
    11So, 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.)