Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use full projection string for gdalbuildvrt.
Sometimes two projections have the same name, but different internal parameters, which would cause gdalbuiltvrt to fail because it can handle only one projection in a VRT file. So now we use the full WKT string to describe the projection.
- Loading branch information