I have QGIS with proj 4.8.0 installed. I'd like to add Winkel Tripel projection which seems to be defined as
+proj=wintri
But that definition string does not work. Is this a bug in my proj version, or what's the correct definition string?
|
I have QGIS with proj 4.8.0 installed. I'd like to add Winkel Tripel projection which seems to be defined as
But that definition string does not work. Is this a bug in my proj version, or what's the correct definition string? |
|||
projlibrary and can be called from the command line, it can't be used as a custom CRS in QGIS because there's no inverse transformation in theprojlibrary (see lists.maptools.org/pipermail/proj/2012-May/006302.html). And it seems that the inverse transformation isn't trivial (and will always be an approximation...). – Jake Nov 23 '12 at 16:17