[PostGIS] #5734: Wrong ST_EstimatedExtent result for geography column
PostGIS
trac at osgeo.org
Wed May 22 08:07:11 PDT 2024
#5734: Wrong ST_EstimatedExtent result for geography column
----------------------+---------------------------
Reporter: strk | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.4.3
Component: postgis | Version: 3.4.x
Resolution: | Keywords:
----------------------+---------------------------
Comment (by pramsey):
If the problem is "how can QGIS get a bounds for the data set" that's a
little fiddly. In general the answer to "how do I get a 'normal' box" is
"just use geometry". But for estimated extent that's not really on the
table, as the information we want is already in geocentrics. One could
take all the corners of the geocentric box, convert them back to degrees
and then take the geometry extent of the collection...
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5734#comment:8>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list