Changeset 8405 in ntrip for trunk/BNC/src/bncwindow.cpp


Ignore:
Timestamp:
Jul 6, 2018, 10:30:06 AM (6 years ago)
Author:
stuerze
Message:

updated transformation parameters for ITRF2014 => DREF91 and ITRF2014 => ETRF2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncwindow.cpp

    r8403 r8405  
    26892689      QComboBox* system = new QComboBox();
    26902690      system->setEditable(false);
    2691       system->addItems(QString("IGS14,ETRF2000,NAD83,GDA2020,SIRGAS2000,DREF91,Custom").split(","));
     2691      system->addItems(QString("IGS14,ETRF2000,GDA2020,SIRGAS2000,DREF91,Custom").split(","));
    26922692      system->setFrame(false);
    26932693      _uploadTable->setCellWidget(iRow, iCol, system);
Note: See TracChangeset for help on using the changeset viewer.