Opened 8 years ago
Closed 8 years ago
#6026 closed defect (fixed)
pcs info is read from pcs.csv instead of pcs.override.csv
Reported by: | ccjklppp | Owned by: | warmerdam |
---|---|---|---|
Priority: | high | Milestone: | 2.0.1 |
Component: | OGR_SRS | Version: | |
Severity: | major | Keywords: | |
Cc: |
Description
when an epsg code is exists in both pcs.csv and pcs.override.csv, it is read from pcs.csv insteand of the override file. the bug is in the file ogr\ogr_fromepsg.cpp in the method EPSGGetPCSInfo(). (lines 956 and 963 should be replaced).
Change History (1)
comment:1 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Version: | 2.0.0 |
Note:
See TracTickets
for help on using tickets.
trunk r29503, branches/2.0 r29504 "EPSGGetPCSInfo(): use pcs.override.csv in priority over pcs.csv to read projection name, UOM, UOMAngle, GeogCS, etc... (#6026)"