postgis/regress/core/summary_expected
Sandro Santilli 60b2efd703 Improve output of lwgeom_summary
- Do not print a useless newline
- Use plural/singular correctly
- Prepend a colon to elements listing

git-svn-id: http://svn.osgeo.org/postgis/trunk@17559 b70326c6-7e19-0410-871a-916f4a2858ee
2019-06-26 08:04:14 +00:00

25 lines
574 B
Plaintext

T1|Point[]
T1B|Point[B]
T1S|Point[S]
T1M|Point[M]
T1Z|Point[Z]
T1ZM|Point[ZM]
T1ZMB|Point[ZMB]
T1ZMBS|Point[ZMBS]
T3|MultiPoint[] with 1 element:
Point[]
T4|MultiPoint[S] with 1 element:
Point[S]
T5|GeometryCollection[B] with 2 elements:
MultiLineString[] with 2 elements:
LineString[] with 2 points
LineString[] with 2 points
MultiPoint[] with 1 element:
Point[]
T6|GeometryCollection[BS] with 2 elements:
MultiLineString[S] with 2 elements:
LineString[S] with 2 points
LineString[S] with 2 points
MultiPoint[S] with 1 element:
Point[S]