Opened 10 years ago

Closed 5 years ago

#2713 closed defect (fixed)

missing functions docs

Reported by: mjurce Owned by: robe
Priority: medium Milestone:
Component: documentation Version: 2.1.x
Keywords: Cc:

Description

st_startPoint, st_endPoint and st_forceCurve functions has curved geoms support but is not documented.

Change History (7)

comment:1 by robe, 10 years ago

Hmm which version of PostGIS are you running? Supposedly ST_ForceCurve is a new function in 2.2

comment:2 by mjurce, 10 years ago

Yes, st_forceCurve should be in 2.2. Found #2430.

comment:3 by robe, 10 years ago

okay flagged ST_ForceCurve at r12484

comment:4 by robe, 10 years ago

ST_StartPoint and ST_EndPoint flagged for 2.2 as working with CIRCULARLINESTRING — doesn't seem to work for compoundcurve unfortunately. at r12485

I'll update the 2.1 docs once I've verified.

comment:5 by sunveersingh, 5 years ago

I would like to work on this, can anyone guide me from where to start?

comment:6 by robe, 5 years ago

sunveersingh,

To work on the docs, you'd edit the corresponding docs — for this case the st_startPoint, st_endPoint etc. are in the file https://svn.osgeo.org/postgis/trunk/doc/reference_accessor.xml

You can check out the code from any of our mirrors listed here or the tar ball is fine too

https://postgis.net/source/

Make your changes to the trunk branch (3.0) and we'll back port changes if we feel they can be backported.

Ideally you should provide us the patch in standard patch format and attach to the corresponding ticket.

We also accept contributions via pull requests on any of our git mirrors listed on this page.

https://postgis.net/source/

Let me know if you need any clarification on the above.

comment:7 by komzpa, 5 years ago

Resolution: fixed
Status: newclosed

ST_ForceCurve documentation is there.

Note: See TracTickets for help on using tickets.