Ticket #2160 (closed defect: fixed)
PROJ.4 translation of OSGB36 datum broken
| Reported by: | warmerdam | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | high | Milestone: | 1.5.1 |
| Component: | OGR_SF | Version: | 1.5.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
$ gdalwarp -t_srs EPSG:27700 -te -100000 -100000 600000 600000 -ts 400 400 map.tif trans.tif ERROR 6: Failed to initialize PROJ.4 with `+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.9996012717 +x_0=400000 +y_0=-100000 +ellps=airy +datum=OSB36 +units=m +no_defs '.
The problem is that exportToProj() has rules to translate OSGB36 but there is a typo making it OSB36.
Change History
Note: See
TracTickets for help on using
tickets.
