Your Name
2022-03-21 0bbc5abeab6a1cb504b36bcd620fcb55e496d989
src/components/Map/libs/Map.js
@@ -1414,8 +1414,8 @@
    this.measureTool.clearMeasure();
    this.clearAllPlots();
    this.removeModels();
    // this.viewer.destroy();
    // this.viewer = null;
    // this.fire(UI_CHANGE_EVENT);
    this.viewer.destroy();
    this.viewer = null;
    this.fire(UI_CHANGE_EVENT);
  }
}