Package: osmcoastline / 2.3.0-1+deb11u1

Metadata

Package Version Patches format
osmcoastline 2.3.0-1+deb11u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fix axis order problem with GDAL 3.patch | (download)

src/srs.hpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix axis order problem with gdal 3.
 In GDAL 3 the axis order for WGS84 changed from lon, lat to lat, lon!
 So we need to use the magic "CRS84" instead which does the same thing in
 GDAL 2 and GDAL 3. See https://gdal.org/tutorials/osr_api_tut.html .