Changes between Initial Version and Version 1 of Ticket #5347


Ignore:
Timestamp:
Feb 26, 2023, 5:51:23 PM (14 months ago)
Author:
robe
Comment:

Looks like it's the _ST_BestSRID function coming up with that SRID

 SELECT _ST_BestSRID('0102000020E610000005000000000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F'::geometry, '0101000020E6100000000000000000F07F000000000000F07F'::geometry)

Yields: -2146484647

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5347 – Description

    initial v1  
    1 
    21{{{
    32SELECT ST_Intersection(geography(foo1.the_geom), geography(foo2.the_geom)) As result, ST_AsText(foo1.the_geom) As ref1_geom, ST_AsText(foo2.the_geom) As ref2_geom