> > With GDAL 2.0dev, the following is sufficient : > > -t_srs '+proj=natearth +wktext' > > This doesn't work. Even on a newly compiled GDAL. > But I may have missed something.
Did you really try with GDAL trunk ( https://svn.osgeo.org/gdal/trunk/gdal ) ? I've just checked that works. For example : $ gdalsrsinfo '+proj=natearth +wktext' PROJ.4 : '+proj=natearth +wktext' OGC WKT : PROJCS["unnamed", GEOGCS["WGS 84", DATUM["unknown", SPHEROID["WGS84",6378137,298.257223563]], PRIMEM["Greenwich",0], UNIT["degree",0.0174532925199433]], PROJECTION["custom_proj4"], EXTENSION["PROJ4","+proj=natearth +wktext"]] _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
