Opened 12 years ago
Closed 12 years ago
#150 closed defect (fixed)
CSdataPJ.c contains incorrect projection information for cs_PRJFLGS_MSTRO, cs_PRJFLGS_NZLND and cs_PRJFLGS_KRVK95
Reported by: | baertelchen | Owned by: | baertelchen |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Library | Version: | svn-trunk |
Keywords: | CSdataPJ.c projection information flags cs_PRJFLG_SCLRED cs_PRJFLG_ORGLAT cs_PRJFLG_ORGLNG cs_PRJFLG_ORGFLS | Cc: |
Description
There are a couple of incorrect projection information flags defined for the following projections:
cs_PRJFLGS_MSTRO ("Modified Stereographic")
cs_PRJFLGS_NZLND ("New Zealand Map Grid")
Missing the cs_PRJFLG_SCLRED flag
cs_PRJFLGS_KRVK95 ("Krovak Oblique Conformal Conic/95 Adjustment")
Supernumerous flags, i.e. to be removed:
cs_PRJFLG_ORGLNG (negative flag, "does not use...")
cs_PRJFLG_ORGLAT (negative flag, "does not use...")
cs_PRJFLG_ORGFLS (negative flag, "does not use...")
Note:
See TracTickets
for help on using tickets.
Fixed in changeset 2278 (trunk, i.e. 14.01) and 2280 (14.00).
See http://trac.osgeo.org/csmap/changeset/2278
The cs_PRJFLGS_MSTRO, cs_PRJFLGS_NZLND and cs_PRJFLGS_KRVK95 defines have been updated.