|
|
@ -564,7 +564,7 @@ public class VanChartMapSourceChoosePane extends JPanel implements UIObserver { |
|
|
|
|
|
|
|
|
|
|
|
mapDataTree.changeRootNode(this.getRootNode()); |
|
|
|
mapDataTree.changeRootNode(this.getRootNode()); |
|
|
|
if(samePlotChange) { |
|
|
|
if(samePlotChange) { |
|
|
|
mapPlot.setGeoUrl(GEOJSONHelper.getInstance().getDefaultJSONURL()); |
|
|
|
mapPlot.setGeoUrl(GEOJSONHelper.getDefaultJSONURL()); |
|
|
|
mapDataTree.selectDefaultTreeNode(); |
|
|
|
mapDataTree.selectDefaultTreeNode(); |
|
|
|
selectTreePath = mapDataTree.getSelectionPath(); |
|
|
|
selectTreePath = mapDataTree.getSelectionPath(); |
|
|
|
sourceComboBox.setSelectedItem(selectTreePath); |
|
|
|
sourceComboBox.setSelectedItem(selectTreePath); |
|
|
|