Commit 9d4e19b4 authored by Tracie Sucharski's avatar Tracie Sucharski
Browse files

For Ipce projects serialization, change xml tag from footprint2Dview to...

For Ipce projects serialization, change xml tag from footprint2Dview to mosaicScene.  References #5422.
parent 3fef233d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -625,7 +625,7 @@ namespace Isis {

  void MosaicSceneWidget::save(QXmlStreamWriter &stream, Project *, FileName ) const {
    if (m_projection) {
      stream.writeStartElement("footprint2DView");
      stream.writeStartElement("mosaicScene");

      stream.writeStartElement("projection");
      PvlGroup mapping = m_projection->Mapping();
+3 −0
Original line number Diff line number Diff line
@@ -143,6 +143,9 @@ namespace Isis {
   *                           was deleted or added to the control net.  Renamed deleteControlPoint
   *                           signal to controlPointDeleted.  Removed some unneeded connections.
   *                           Fixes #5007, #5008.
   *   @history 2018-05-14 Tracie Sucharski - Change the xml tag from footprint2DView to
   *                           mosaicScene. Reference #5422.
   *  
   */
  class MosaicSceneWidget : public QWidget {
      Q_OBJECT