Opened 16 years ago
Closed 16 years ago
#16 closed enhancement (fixed)
Duplicates between geocent.js and proj4js.js
Reported by: | dgrichard | Owned by: | madair |
---|---|---|---|
Priority: | trivial | Milestone: | 1.0.0 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
geocent.js redefines COS_67P5 and AD_C as global variables while they are already defined in proj4js.js
geocent.js makes use of HALF_PI, PJD_3PARAM and PJD_7PARAM instead of their Proj4js.common.* counterpart
geocent.js defines GEOCENT_LAT_ERROR as global variable
This patch proposes a fix for the above points.
Attachments (1)
Change History (5)
by , 16 years ago
Attachment: | geocent.diff added |
---|
comment:1 by , 16 years ago
Type: | defect → enhancement |
---|
follow-up: 3 comment:2 by , 16 years ago
Status: | new → assigned |
---|
the contents of geocent.js is now included in proj4js.js and should probably be removed from the repository since it sin't used any longer. Does any of this patch apply to the Proj4js.Datum object in Proj4js.js?
comment:3 by , 16 years ago
Replying to madair:
the contents of geocent.js is now included in proj4js.js and should probably be removed from the repository since it sin't used any longer. Does any of this patch apply to the Proj4js.Datum object in Proj4js.js?
Proj4js.datum is correct : none of the above path applies.
the right diff format