Maciej Sieczka pisze: > this gives 1328 out of 6442 SRS definitions incompatible > between QGIS and GDAL > 1.4.2 [3]. Correction - 1157 SRSs. > [3]grep "\+k\=.*0" /usr/local/share/proj/epsg This should be: grep '\+k=[[:digit:]]\.[[:digit:]]*0' /usr/local/share/proj/epsg Maciek