[postgis-tickets] [PostGIS] #4159: ST_Distance failing with a geography and a point with specific values
PostGIS
trac at osgeo.org
Mon Aug 27 04:45:12 PDT 2018
#4159: ST_Distance failing with a geography and a point with specific values
--------------------------+--------------------------------
Reporter: GustavoAcid | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS PostgreSQL
Component: postgis | Version: 2.2.x
Resolution: | Keywords: ST_Distance
--------------------------+--------------------------------
Comment (by GustavoAcid):
WKB generated using ST_AsBinary:
Point:
{{{
#!sql
SELECT ST_AsBinary(ST_SetSRID(ST_Point(-3.6765233, 40.5036783),
4326)::geography);
st_asbinary
----------------------------------------------
\x010100000021db430c85690dc0391ad18778404440
}}}
Spain Geography: see attached file.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4159#comment:3>
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