[postgis-devel] [PostGIS] #1590: Still regression failures with trunk on mingw
PostGIS
trac at osgeo.org
Mon Feb 20 21:19:55 PST 2012
#1590: Still regression failures with trunk on mingw
------------------------+---------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: closed
Priority: blocker | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Resolution: duplicate | Keywords: mingw, windows
------------------------+---------------------------------------------------
Changes (by robe):
* status: new => closed
* resolution: => duplicate
Comment:
found it -- its this one:
{{{
insert into spatial_ref_sys (srid, proj4text) values (500001,NULL);
insert into spatial_ref_sys (srid, proj4text) values (500002,
'+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs');
select '#1150', st_astext(st_transform('SRID=500002;POINT(0 0)',500001));
}}}
I'll close this and reopen that ticket.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1590#comment:1>
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-devel
mailing list