[postgis-tickets] [PostGIS] #5208: ST_ReducePrecision on a MultiPolygon always returns Polygon
PostGIS
trac at osgeo.org
Thu Aug 11 01:30:29 PDT 2022
#5208: ST_ReducePrecision on a MultiPolygon always returns Polygon
--------------------------+---------------------------
Reporter: tudorbarascu | Owner: pramsey
Type: defect | Status: new
Priority: low | Milestone: PostGIS 3.2.3
Component: postgis | Version: 3.2.x
Keywords: |
--------------------------+---------------------------
Hello. This outputs polygon. Is this by design? Thank you
{{{
SELECT ST_AsText(ST_ReducePrecision(ST_Multi('POLYGON ((10 10, 15 15, 15
10, 10 10))'), 0.1))
}}}
PostgreSQL 14.4 on ubuntu 22.04
{{{
POSTGIS="3.2.2 628da50" [EXTENSION] PGSQL="140" GEOS="3.10.2-CAPI-1.16.0"
PROJ="8.2.1" LIBXML="2.9.13" LIBJSON="0.15" LIBPROTOBUF="1.3.3"
WAGYU="0.5.0 (Internal)"
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5208>
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