[postgis-tickets] [PostGIS] #3317: ST_LineMerge documentation should mention no support for M values
PostGIS
trac at osgeo.org
Mon Oct 5 11:46:39 PDT 2015
#3317: ST_LineMerge documentation should mention no support for M values
---------------------------+---------------------------
Reporter: pauldzy | Owner: robe
Type: enhancement | Status: new
Priority: low | Milestone: PostGIS 2.1.9
Component: documentation | Version: 2.1.x
Keywords: ST_LineMerge |
---------------------------+---------------------------
ST_LineMerge strips off M values from input geometries. It would be nice
if the documentation mentioned this.
SELECT ST_AsEWKT(
ST_LineMerge(
ST_GeomFromEWKT('SRID=0;MULTILINESTRINGM((-29 -27 10,-30 -29.7
20,-36 -31 30,-45 -33 40),(-45 -33 40,-46 -32 50))')
)
);
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3317>
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