[postgis-tickets] [PostGIS] #3902: What SRIDs are currently supported with PostGIS Geography?
PostGIS
trac at osgeo.org
Sun Oct 15 09:12:34 PDT 2017
#3902: What SRIDs are currently supported with PostGIS Geography?
----------------------------+--------------------------------------
Reporter: just7460 | Owner: robe
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.4.1
Component: documentation | Version: 2.4.x
Resolution: | Keywords: postgis, geography, srid
----------------------------+--------------------------------------
Comment (by pramsey):
{{{
postgis24=# select 'SRID=4269;POINT(-123 34)'::geography;
geography
----------------------------------------------------
0101000020AD1000000000000000C05EC00000000000004140
(1 row)
postgis24=# select 'SRID=4267;POINT(-123 34)'::geography;
geography
----------------------------------------------------
0101000020AB1000000000000000C05EC00000000000004140
(1 row)
postgis24=# select 'SRID=26910;POINT(-123 34)'::geography;
ERROR: Only lon/lat coordinate systems are supported in geography.
LINE 1: select 'SRID=26910;POINT(-123 34)'::geography;
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3902#comment:4>
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