Opened 12 years ago
Closed 12 years ago
#2037 closed defect (fixed)
raster: Seem to be a lot of new raster functions not flagged as such
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.1.0 |
Component: | documentation | Version: | master |
Keywords: | Cc: |
Description
I'm noticing functions like ST_Neighborhood, ST_PixelAsCentroid, sT_PixelAsPoints etc. show in the 2.1 docs and not in 2.0 and are not flagged as new.
I assume they are no?
Change History (5)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Correct. They're all new. Am I forgetting to set a keyword somewhere or something like that?
comment:3 by , 12 years ago
Yah. I just did it for a couple. I hope I didn't mess up anything since I did a file merge
at r10393
You just have to put in the description somewhere:
<para>Availability: 2.1.0</para>
comment:5 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
OK. Everything regarding rasters should be good to go as of r10395. Reopen if I forgot something... always a possibility.
Note:
See TracTickets
for help on using tickets.
Hmm ST_NearestValue too. I'm sure there are others.