[postgis-tickets] [PostGIS] #3316: ST_Reverse documentation should mention no support for M values
PostGIS
trac at osgeo.org
Mon Oct 5 11:43:57 PDT 2015
#3316: ST_Reverse 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
Resolution: | Keywords: ST_Reverse
----------------------------+---------------------------
Comment (by robe):
ah yes even in my 2.1.8
{{{
POSTGIS="2.1.8 r13780" GEOS="3.5.0-CAPI-1.9.0 r4088" PROJ="Rel. 4.8.0, 6
March 2012" GDAL="GDAL 1.11.1, released 2014/09/24" LIBXML="2.7.8"
LIBJSON="UNKNOWN" RASTER
}}}
(and the sT_AsText) returns the ogc preferred.
{{{
SELECT ST_ASText(ST_Reverse('LINESTRING M(0 0 0, 1 1 1)'::geometry));
st_astext
----------------------------
LINESTRING M (1 1 1,0 0 0)
(1 row)
}}}
Paul,
Can you provide the
{{{
SELECT postgis_full_version();
}}}
you are seeing the issue and also which particular query you are running
where you are not seeing your M come back?
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3316#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