Ticket #649 (closed enhancement: fixed)
ST_Summary needs to document output
| Reported by: | mwtoews | 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
Note: See
TracTickets for help on using
tickets.
