[postgis-devel] [PostGIS] #720: ST_Transform is broken for all MULTI geometries
PostGIS
trac at osgeo.org
Sat Dec 18 05:29:48 PST 2010
#720: ST_Transform is broken for all MULTI geometries
---------------------+------------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
{{{
SELECT ST_Transform(ST_GeomFromText('MULTIPOINT(-10 40,-10 55,-10 70,5
40,5 55,5 70,20 40,20 55,20 70,
35 40,35 55,35 70,50 40,50 55,50 70)',4326), 3395);
}}}
Gives error --
ERROR: lwgeom_transform: Cannot handle type 'MultiPoint'
Types that appear to be affected that used to work in 1.5:
MULTIPOINT
GEOMETRYCOLLECTIONZ
GEOMETRYCOLLECTIONM
MULTILINESTRING
MULTIPOLYGON
MULTIPOINTZ
MULTILINESTRINGZ
MULTIPOLYGONZ
MULTIPOINTM
MULTILINESTRINGM
MULTIPOLYGONM
CURVEPOLYGON
MULTISURFACE
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/720>
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