Opened 11 years ago
Closed 11 years ago
#2582 closed defect (fixed)
Fix all references to -1 in constructors to 0 srid unknown
Reported by: | smathermather | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.1.2 |
Component: | documentation | Version: | 2.1.x |
Keywords: | Cc: |
Description
ST_LineFromText documentation states that: "If SRID is not give, it defaults to -1." http://postgis.net/docs/manual-dev/ST_LineFromText.html
Should be: "If SRID is not give, it defaults to 0."
Change History (4)
comment:1 by , 11 years ago
Component: | postgis → documentation |
---|---|
Owner: | changed from | to
comment:2 by , 11 years ago
Summary: | ST_LineFromText → ST_LineFromText document right unknown srid |
---|
comment:3 by , 11 years ago
Summary: | ST_LineFromText document right unknown srid → Fix all references to -1 in constructors to 0 srid unknown |
---|
Note:
See TracTickets
for help on using tickets.
Done for 2.1 at r12230