Ignore:
Timestamp:
07/10/16 05:54:17 (8 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Added support for the Boeing 737-200 aircraft type (weight data is still missing, re #302)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/web.py

    r771 r790  
    5959                      "738"  : const.AIRCRAFT_B738,
    6060                      "73H"  : const.AIRCRAFT_B738C,
     61                      "732"  : const.AIRCRAFT_B732,
    6162                      "733"  : const.AIRCRAFT_B733,
    6263                      "734"  : const.AIRCRAFT_B734,
     
    7778                      const.AIRCRAFT_B738  : "738",
    7879                      const.AIRCRAFT_B738C : "73H",
     80                      const.AIRCRAFT_B732  : "732",
    7981                      const.AIRCRAFT_B733  : "733",
    8082                      const.AIRCRAFT_B734  : "734",
Note: See TracChangeset for help on using the changeset viewer.