Changes between Initial Version and Version 1 of Ticket #5484, comment 3
- Timestamp:
- 08/28/23 02:32:03 (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5484, comment 3
initial v1 3 3 We currently define: 4 4 5 {{{ 5 6 st_value(rast raster, band integer, x integer, y integer, exclude_nodata_value boolean DEFAULT TRUE) 6 7 -- Changed: 3.2.0 added resample arg … … 8 9 st_value(rast raster, x integer, y integer, exclude_nodata_value boolean DEFAULT TRUE) 9 10 st_value(rast raster, pt geometry, exclude_nodata_value boolean DEFAULT TRUE) 11 }}} 10 12 11 13 Chances are a Replaces comment going with the `Changed` line would suffice, but unfortunately I've troubles building both 3.1 and 3.4 with the same proj version to test upgrades myself.