|
|
@ -253,19 +253,9 @@ public class GisLayerPane extends JPanel implements UIObserver { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void resetGisLayer(VanChartMapPlot mapPlot) { |
|
|
|
public void resetGisLayer(VanChartMapPlot mapPlot) { |
|
|
|
|
|
|
|
|
|
|
|
// if (ChartEditContext.supportTheme()) {
|
|
|
|
|
|
|
|
GisLayer defaultGisLayer = mapPlot.getDefaultGisLayer(); |
|
|
|
GisLayer defaultGisLayer = mapPlot.getDefaultGisLayer(); |
|
|
|
mapPlot.setGisLayer(defaultGisLayer); |
|
|
|
mapPlot.setGisLayer(defaultGisLayer); |
|
|
|
populate(defaultGisLayer); |
|
|
|
populate(defaultGisLayer); |
|
|
|
// } else {
|
|
|
|
|
|
|
|
// GaoDeGisType gaoDeGisType = mapPlot.getDefaultGisLayerType();
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// mapPlot.getGisLayer().setGisLayerType(GISLayerType.GAO_DE_API);
|
|
|
|
|
|
|
|
// mapPlot.getGisLayer().setLayerName(gaoDeGisType.getTypeName());
|
|
|
|
|
|
|
|
// mapPlot.getGisLayer().setGaoDeGisType(gaoDeGisType);
|
|
|
|
|
|
|
|
// populate(mapPlot.getGisLayer());
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void populate(GisLayer layer) { |
|
|
|
public void populate(GisLayer layer) { |
|
|
@ -274,7 +264,6 @@ public class GisLayerPane extends JPanel implements UIObserver { |
|
|
|
gisButton.setSelectedIndex(0); |
|
|
|
gisButton.setSelectedIndex(0); |
|
|
|
layer.setGisLayerType(GISLayerType.AUTO); |
|
|
|
layer.setGisLayerType(GISLayerType.AUTO); |
|
|
|
layer.setLayerName(GISLayerType.getLocString(GISLayerType.AUTO)); |
|
|
|
layer.setLayerName(GISLayerType.getLocString(GISLayerType.AUTO)); |
|
|
|
//dealWithTemplateTheme(layer);
|
|
|
|
|
|
|
|
break; |
|
|
|
break; |
|
|
|
case GAO_DE_API: |
|
|
|
case GAO_DE_API: |
|
|
|
populateStandardGis(layer); |
|
|
|
populateStandardGis(layer); |
|
|
|