Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#2753 closed defect (fixed)

ST_Minkowski and ST_IsPlanar are documented but not installed

Reported by: robe Owned by: colivier
Priority: blocker Milestone: PostGIS 2.1.4
Component: sfcgal Version: 2.1.x
Keywords: Cc:

Description

I tried installing the sfcgal_comments.sql after installing sfcgal.sql. Comments did not install.

1) junk at top. I'll take care of this one 2) Two functions in comments don't appear in my sfcgal install —

ST_Minkowski and ST_Planar.

Attachments (2)

2753.patch (3.2 KB ) - added by vmo 10 years ago.
2753_1.patch (447 bytes ) - added by vmo 10 years ago.

Download all attachments as: .zip

Change History (11)

by vmo, 10 years ago

Attachment: 2753.patch added

comment:1 by vmo, 10 years ago

The attached patch should solve this.

in reply to:  1 comment:2 by vmo, 10 years ago

Replying to vmo:

The attached patch should solve this.

Apparently the patch does not work properly.

The <sect1> wants a <title>, but when the comments are generated, the title ends up in the comments (junk).

comment:3 by robe, 10 years ago

Summary: ST_Minkowski and ST_Planar are documented but not installedST_Minkowski and ST_IsPlanar are documented but not installed

I committed patch at r12626. I revised to move the introduction stuff into the more standard section abstract rather than creating a whole new section and ref id which would cause problems in other ways.

I see you added ST_3DIntersection so that is good but ST_Minkowski was still a problem

I fixed those in r12627 and fixed my template in r12628.

We still have the issue though that ST_IsPlanar is documented, but I don't see it installed. Is this something that should be installed or should it be removed from docs?

in reply to:  3 comment:4 by vmo, 10 years ago

Replying to robe:

I committed patch at r12626. I revised to move the introduction stuff into the more standard section abstract rather than creating a whole new section and ref id which would cause problems in other ways.

Thanks a lot.

We still have the issue though that ST_IsPlanar is documented, but I don't see it installed. Is this something that should be installed or should it be removed from docs?

What do you mean by 'not installe' ?

ST_IsPlanar is one of the functions that is replaced when setting postgis.backend to sfcgal.

comment:5 by robe, 10 years ago

vmo,

But we don't have a GEOS provided ST_IsPlanar function. It's my understanding the backend swap only applies for functions that both GEOS and SFCGAL provide and then in th aht case, the SFCGAL ref guide wouldn't have any extra documentation for it since we would make note of it as we do for ST_3DDistance — http://postgis.net/docs/manual-dev/ST_3DDistance.html

by vmo, 10 years ago

Attachment: 2753_1.patch added

comment:6 by vmo, 10 years ago

Sorry, I did not read the subject correctly, thanks for the explanation, patch above installs ST_IsPlanar.

comment:7 by robe, 10 years ago

Resolution: fixed
Status: newclosed

should be fixed now. Still have to test.

comment:8 by robe, 10 years ago

fixed at r12643

comment:9 by robe, 10 years ago

Milestone: PostGIS 2.2.0PostGIS 2.1.4

backported some of the fixes to 2.1 at r12646 , and removed ST_IsPlanar from 2.1 docs (since I can't add the function back since it would change exposed api).

Note: See TracTickets for help on using tickets.