Loading lib/proj4js.js +5 −0 Original line number Diff line number Diff line Loading @@ -374,6 +374,11 @@ Proj4js.Proj = Proj4js.Class({ this.srsCode = this.srsCode; this.srsAuth = 'IGNF'; this.srsProjNumber = this.srsCode.substring(5); // DGR 2008-06-19 : pseudo-authority CRS for WMS } else if (this.srsCode.indexOf("CRS") == 0) { this.srsCode = this.srsCode; this.srsAuth = 'CRS'; this.srsProjNumber = this.srsCode.substring(4); } else { this.srsAuth = ''; this.srsProjNumber = this.srsCode; Loading Loading
lib/proj4js.js +5 −0 Original line number Diff line number Diff line Loading @@ -374,6 +374,11 @@ Proj4js.Proj = Proj4js.Class({ this.srsCode = this.srsCode; this.srsAuth = 'IGNF'; this.srsProjNumber = this.srsCode.substring(5); // DGR 2008-06-19 : pseudo-authority CRS for WMS } else if (this.srsCode.indexOf("CRS") == 0) { this.srsCode = this.srsCode; this.srsAuth = 'CRS'; this.srsProjNumber = this.srsCode.substring(4); } else { this.srsAuth = ''; this.srsProjNumber = this.srsCode; Loading