@@ -36,6 +36,7 @@ GDAL 3.9.2 is a bugfix release.
36
36
* gdal_retile: error out with clear message when trying to retile a file with a
37
37
geotransform with rotation terms, or several input files with inconsistent SRS
38
38
(#10333)
39
+ * gdallocationinfo: in -E echo mode, always report input coordinates, not pixel,line
39
40
* gdal2tiles: update links in generate_leaflet(), remove OSM Toner (#10304)
40
41
* gdal2tiles: uUse correct OpenStreetMap tile url (openstreetmap/operations#737)
41
42
* gdal2tiles: fix exception with --nodata-values-pct-threshold but not
@@ -61,6 +62,9 @@ KEA driver:
61
62
JPEG driver:
62
63
* ReadFLIRMetadata(): avoid potential infinite loop
63
64
65
+ netCDF driver:
66
+ * multidim: fix use-after-free on string variables in ReadOneElement()
67
+
64
68
NITF driver:
65
69
* 12-bit JPEG writer: fix crash if raster width > block width (#10441)
66
70
@@ -72,6 +76,9 @@ OGCAPI driver:
72
76
SRTMHGT driver:
73
77
* add support for 0.5 deg resolution datasets (#10514)
74
78
79
+ VRT driver:
80
+ * fix reading from virtual overviews when SrcRect / DstRect elements are missing
81
+
75
82
WMTS driver:
76
83
* make sure not to request tiles outside of tile matrix / tile matrix limits,
77
84
if the dataset extent goes beyond them
@@ -152,6 +159,7 @@ XLSX driver:
152
159
## Python bindings
153
160
154
161
* fix typos in gdal.Footprint() help message
162
+ * make MDArray.Write(array_of_strings) work with a 0-d string variable
155
163
156
164
# GDAL/OGR 3.9.1 Release Notes
157
165
0 commit comments