Opened 7 years ago
Closed 7 years ago
#3804 closed defect (fixed)
[PATCH] Fix doc of RT_ST_AsBinary
Reported by: | rouault | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.3.4 |
Component: | documentation | Version: | 2.3.x |
Keywords: | Cc: |
Description
Current doc mentions "ST_AsBinary(): Return the Well-Known Binary (WKB) representation of the raster without SRID meta data." The part about dropping SRID is wrong and likely a left over of copying&pasting from vector ST_AsBinary
Side node: as fas as I can see the online doc doesn't contain or link to the Raster WKB specification that is found in raster/doc/RFC2-WellKnownBinaryFormat
Attachments (1)
Change History (3)
by , 7 years ago
Attachment: | RT_ST_AsBinary_doc_fix.patch added |
---|
comment:1 by , 7 years ago
Note:
See TracTickets
for help on using tickets.
In 15542: