Changeset 8411 in ntrip for branches/BNC_2.12/src/bncwindow.cpp


Ignore:
Timestamp:
Jul 6, 2018, 11:29:35 AM (6 years ago)
Author:
stuerze
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bncwindow.cpp

    r8404 r8411  
    25842584      QComboBox* system = new QComboBox();
    25852585      system->setEditable(false);
    2586       system->addItems(QString("IGS14,ETRF2000,NAD83,GDA2020,SIRGAS2000,DREF91,Custom").split(","));
     2586      system->addItems(QString("IGS14,ETRF2000,GDA2020,SIRGAS2000,DREF91,Custom").split(","));
    25872587      system->setFrame(false);
    25882588      _uploadTable->setCellWidget(iRow, iCol, system);
Note: See TracChangeset for help on using the changeset viewer.