Opened 14 years ago
Closed 13 years ago
#649 closed enhancement (fixed)
ST_Summary needs to document output
Reported by: | Mike Taves | Owned by: | robe |
---|---|---|---|
Priority: | low | Milestone: | PostGIS 2.0.0 |
Component: | documentation | Version: | 1.5.X |
Keywords: | Cc: |
Description
Flags shown between '[
' and ']
' from ST_Summary are not documented.
E.g. here is an example with [ZMBS]
and nested [ZM]
flags:
mydb=# select st_summary('SRID=4326;MULTILINESTRING((0 0 0 0, 1 1 1 1),(2 2 2 2, 3 3 3 3))'); st_summary --------------------------------- + MultiLine[ZMBS] with 2 elements+ Line[ZM] with 2 points + Line[ZM] with 2 points + (1 row)
Change History (5)
comment:1 by , 14 years ago
Owner: | changed from | to
---|
comment:2 by , 14 years ago
comment:3 by , 13 years ago
Milestone: | PostGIS 1.5.3 → PostGIS 2.0.0 |
---|
comment:4 by , 13 years ago
Component: | postgis → documentation |
---|
Note:
See TracTickets
for help on using tickets.
Also,
&Z_support;
for ST_Summary indoc/reference_accessor.xml
isn't needed, since the output is not a geometry and doesn't really apply.