Opened 10 years ago
Closed 9 years ago
#2831 closed defect (fixed)
ST_Orientation only applies to polygons and generally needs work
Reported by: | robe | Owned by: | colivier |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.2.0 |
Component: | sfcgal | Version: | master |
Keywords: | Cc: |
Description
I assume this is a documentation mistake. This function is flagged as supporting polyhedral surfaces and what not, but when I do this:
SELECT ST_Orientation(ST_Extrude(ST_Buffer(ST_Point(1,2),5), 0,0,-5));
I get :
ERROR: orientation() only applies to polygons
Also what exactly does the integer output mean. It's not defined anywhere what these units are.
Attachments (1)
Change History (3)
by , 10 years ago
Attachment: | 2831.patch added |
---|
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
fixes the doc