[postgis-tickets] [PostGIS] #4030: ST_GeneratePoints always returns one point
PostGIS
trac at osgeo.org
Tue Feb 27 17:57:32 PST 2018
#4030: ST_GeneratePoints always returns one point
---------------------+---------------------------
Reporter: dbaston | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.4.4
Component: postgis | Version: trunk
Keywords: |
---------------------+---------------------------
For example:
{{{
select st_generatepoints('POLYGON ((0 0, 1 0, 1 1, 0 1, 0 0))', 3);
}}}
returns a single row
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4030>
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