Commit b15f00a4 authored by Richard Didier's avatar Richard Didier
Browse files

Addition of new proj keywords

parent a91f9039
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -869,10 +869,10 @@ Proj4js.Proj = Proj4js.Class({
  parseDefs: function() {
      var re= new RegExp('(title|proj|units|datum|nadgrids|'+
                         'ellps|a|b|rf|'+
                         'lat_0|lat_1|lat_2|lat_ts|lon_0|alpha|lonc|'+
                         'lat_0|lat_1|lat_2|lat_ts|lon_0|lon_1|lon_2|alpha|lonc|'+
                         'x_0|y_0|k_0|k|r_a|zone|south|'+
                         'towgs84|to_meter|from_greenwich|pm|axis|'+
                         'wktext|no_defs)');
                         'towgs84|to_meter|from_greenwich|pm|axis|czech|'+
                         'wktext|no_rot|no_off|no_defs)');
      this.defData = Proj4js.defs[this.srsCode];
      var paramName, paramVal;
      if (!this.defData) {